aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorThomas Harning Jr <harningt@gmail.com>2007-09-06 23:40:46 -0400
committerThomas Harning Jr <harningt@gmail.com>2007-09-06 23:40:46 -0400
commitbb2f3946c6766faa3ee17611995bc95609cceca4 (patch)
tree3dfe2dfe01b150be65bb2745b20073281e6391bd /CHANGELOG
parentc8d56ebf5f7deb3891fb2c60b91b74f71a1d3f2c (diff)
downloadluaevent-prosody-bb2f3946c6766faa3ee17611995bc95609cceca4.tar.gz
luaevent-prosody-bb2f3946c6766faa3ee17611995bc95609cceca4.zip
Updated changelog. event_buffer learned `get_data`,`length`,`drain`,`close`,`new`
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ee52781..bc317c4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
+0.2.0 - 2007-*-*
+ + Reorganized project to better fit GIT
+ + Refactored and cleaned sources
+ * Broke event_callback into its own source file
+ + Added timer/timeout capabilities + minor test
+ + Added event_buffer object
+ * Can 'add' a sequence of strings/event_buffers
+ * Can 'get_data', 'length','drain','close' and create new instances
======
0.1.2 - 2007-08-18
+ Setup system to use new coro management as described in COROUTINE_MANAGEMENT