aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2011-04-11 10:21:23 -0700
committerIgor Minar2011-04-11 14:23:26 -0700
commit97573c39305a4d91c14703f1064bdfdd7153b080 (patch)
treea0272ae89b299f96d53ea58c792ea9e3e150310d
parent8bb9f12961a931edc15801383c05c917c6ba09fb (diff)
downloadangular.js-97573c39305a4d91c14703f1064bdfdd7153b080.tar.bz2
release notes for 0.9.15 lethal-stutter release
-rw-r--r--CHANGELOG.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bf2a3299..ff31ecac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,19 @@
<a name="0.9.15"><a/>
-# <angular/> 0.9.15 lethal-stutter (in-progress) #
+# <angular/> 0.9.15 lethal-stutter (2011-04-11) #
+### Features
+- IE9 support
+
+
+### Bug Fixes
+- reverted [ng:view] sync cache fix due to regression in the order of initialization of parent
+ and child controllers. (commits 9bd2c396 and 3d388498)
+- [$resource] success callback is now executed whenever the http status code is <200,300>
+
+
+### Docs
+- fixed intentation code that caused some of the snippets on docs.angularjs.org to be mangled.
+- many small improvements of the api docs.