From 74120eaa0f2ebec579dc5330fcc3121017c4aab3 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 10 Dec 2010 13:49:03 -0800 Subject: updating release notes --- CHANGELOG.md | 13 ++++++++++--- 1 file 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 @@ -# 0.9.7 sonic-cream (in-progress) # +# 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) + # 0.9.6 night-vision (2010-12-06) # -- cgit v1.2.3