[RELEASE] Released version 1.3.11.1 with the following main changes :

    - fixed ev_kqueue which was forgotten during the switch to timeval
    - allowed null timeouts for past events in select
diff --git a/CHANGELOG b/CHANGELOG
index c51d8da..723fce4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,10 @@
 ChangeLog :
 ===========
 
+2007/05/14 : 1.3.11.1
+    - fixed ev_kqueue which was forgotten during the switch to timeval
+    - allowed null timeouts for past events in select
+
 2007/05/14 : 1.3.11
     - fixed ev_sepoll again by rewriting the state machine
     - switched all timeouts to timevals instead of milliseconds