aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorIgor Minar2010-12-10 13:49:03 -0800
committerIgor Minar2010-12-10 13:49:03 -0800
commit74120eaa0f2ebec579dc5330fcc3121017c4aab3 (patch)
tree74a277adf3f439515b05f9702d1ab3c76f06ae82 /CHANGELOG.md
parentb370fac4fc7e4c4da3b7968ed44cf3745c2ad7a4 (diff)
downloadangular.js-74120eaa0f2ebec579dc5330fcc3121017c4aab3.tar.bz2
updating release notes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ef12d078..59aeb0e6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,20 @@
-# <angular/> 0.9.7 sonic-cream (in-progress) #
+# <angular/> 0.9.7 sonic-cream (2010-12-10) #
### Bug Fixes
-- Fixed failed assignments of form obj[0].name=value (issue #169)
+- $defer service should always call $eval on the root scope after a callback runs (issue #189)
+- fix for failed assignments of form obj[0].name=value (issue #169)
+- significant parser improvements that resulted in lower memory usage
+ (commit 23fc73081feb640164615930b36ef185c23a3526)
+
+### Docs
+- small docs improvements (mainly docs for the $resource service)
### Breaking changes
- Angular expressions in the view used to support regular expressions. This feature was rarely
used and added unnecessary complexity. It not a good idea to have regexps in the view anyway,
so we removed this support. If you had any regexp in your views, you will have to move them to
- your controllers.
+ your controllers. (commit e5e69d9b90850eb653883f52c76e28dd870ee067)
+
# <angular/> 0.9.6 night-vision (2010-12-06) #