diff options
author | Thomas Harning Jr <harningt@gmail.com> | 2007-09-06 23:40:46 -0400 |
---|---|---|
committer | Thomas Harning Jr <harningt@gmail.com> | 2007-09-06 23:40:46 -0400 |
commit | bb2f3946c6766faa3ee17611995bc95609cceca4 (patch) | |
tree | 3dfe2dfe01b150be65bb2745b20073281e6391bd /CHANGELOG | |
parent | c8d56ebf5f7deb3891fb2c60b91b74f71a1d3f2c (diff) | |
download | luaevent-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-- | CHANGELOG | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |