diff options
| author | Igor Minar | 2010-10-26 22:17:37 -0700 |
|---|---|---|
| committer | Igor Minar | 2010-10-26 22:17:37 -0700 |
| commit | ec885489a2c86ec39a2465a27ae0257ebd72bfaf (patch) | |
| tree | aafccbb5a44e8abf3c41ec0c4da6192ac5a15c48 | |
| parent | 01c52e92b120eea498e0352a42a489d55e7d9979 (diff) | |
| download | angular.js-ec885489a2c86ec39a2465a27ae0257ebd72bfaf.tar.bz2 | |
updating CHANGELOG.md for the 0.9.1 release
| -rw-r--r-- | CHANGELOG.md | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 96b9ed2a..f84b748e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,22 @@ -# <angular/> 0.9.1 repulsion-field (in-progress) # +# <angular/> 0.9.1 repulsion-field (2010-10-26) # + +### Security +- added html sanitizer to fix the last few known security issues (issues #33 and #34) + +### API +- new ng:submit directive for creating onSubmit handlers on forms (issue #76) +- the date filter now accepts milliseconds as well as date strings (issue #78) +- the html filter now supports 'unsafe' option to bypass html sanitization + +### Testability +- lots of improvements related to the scenario runner (commit 40d7e66f) + +### Demo +- added a new demo application: Personal Log (src example/personalLog) + +### Chores +- lots of fixes to get all tests pass on IE +- added TzDate type to allow us to create timezone idependent tests (issue #88) ### Breaking changes - $cookieStore service is not globally published any more, if you use it, you must request it via |
