History.txt in event_emitter-0.0.2 vs History.txt in event_emitter-0.0.3
- old
+ new
@@ -1,7 +1,12 @@
+=== 0.0.3 2012-11-08
+
+* call listener with Object#instance_exec
+
=== 0.0.2 2012-11-07
-* add function "once"
+* EventEmitter#once : call listener only first time
+* EventEmitter#add_listener, remove_listener
=== 0.0.1 2012-11-07
* implement "on" and "emit"