From c4c7bf63db6e17701e9095903f4bb38402889985 Mon Sep 17 00:00:00 2001 From: Andrew Dupont Date: Sun, 14 Dec 2008 03:54:18 -0600 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 58ab25d..2626a17 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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)