adding CHANGELOG.md with 0.9.0 release notes

This commit is contained in:
Igor Minar 2010-10-20 17:00:36 -07:00
parent c53a37ed91
commit 68f074c299

29
CHANGELOG.md Normal file
View file

@ -0,0 +1,29 @@
# <angular/> 0.9.0 dragon-breath (2010-10-20) #
### Security
- angular.fromJson not safei (issue #57)
- readString consumes invalid escapes (issue #56)
- use new Function instead of eval (issue #52)
### Speed
- css cleanup + inline all css and images in the main js (issue #64)
### Testability
- initial version of the built-in end-to-end scenario runner (issues #50, #67, #70)
### API
- allow ng:controller nesting (issue #39)
- new built-in date format filter (issue #45)
- $location needs method you call on updates (issue #32)
### Chores
- release versioning + file renaming (issue #69)
### Breaking changes
- $location.parse was replaced with $location.update
- all css and img files were inlined into the main js file, to support IE7 and older app must host
angular-ie-compat.js file
### Big Thanks to Our Community Contributors
- Vojta Jina