aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMisko Hevery2011-02-10 11:20:49 -0800
committerMisko Hevery2011-02-16 08:59:42 -0500
commit00cc9eb32a9387040d0175fcfd21cf9dcab6514f (patch)
tree0edaac339a3ec69ff769e20b28b6ebe51d040272 /CHANGELOG.md
parentef4bb28be13e99f96c9ace5936cf26a174a0e5f0 (diff)
downloadangular.js-00cc9eb32a9387040d0175fcfd21cf9dcab6514f.tar.bz2
rewrite of JQuery lite implementation, which now better supports selected sets
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 04d511d0..579dd61b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
<a name="0.9.12"><a/>
# <angular/> 0.9.12 thought-implanter (in-progress) #
+### API
+- rewrite of JQuery lite implementation for better supports operations on multiple nodes when
+ matched by a selector.
+
### Breaking changes
- Removed the $init() method after the compilation. The old way of compiling the DOM element was
angular.compile(element).$init(); The $init was there to allow the users to do any work to the