Update CHANGELOG.

This commit is contained in:
Andrew Dupont 2008-12-14 03:54:18 -06:00
parent f6a2cdb067
commit c4c7bf63db
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
* Add non-bubbling custom events. A new final argument to Element#fire defaults to `true`; pass `false` to prevent bubbling when firing a custom event. (Andrew Dupont)
* Alter event system to use new element storage API rather than have its own global hashtable. (Andrew Dupont)
* Add Element#store and Element#retrieve for safe, hash-backed storage of element metadata (no memory leaks). Also add Element#getStorage for working with the element's storage hash directly. Hat tip: Mootools. (ZenCocoon, Andrew Dupont)