Add changelog for last commit

svn:r1297
This commit is contained in:
Nick Mathewson 2009-05-19 21:49:53 +00:00
parent 23243b8a98
commit 66df9dafe1

View File

@ -28,6 +28,8 @@ Changes in 2.0.2-alpha:
o Cap the maximum number of priorities at 256.
o Change the semantics of evbuffer_cb_set_flags() to be set-flag only; add a new evbuffer_cb_clear_flags() to remove set flags.
o Change the interface of evbuffer_add_reference so that the cleanup callback gets more information
o Revise the new evbuffer_reserve_space/evbuffer_commit_space() interfaces so that you can use them without causing extraneous copies or leaving gaps in the evbuffer.
o Add a new evbuffer_peek() interface to inspect data in an evbuffer without removing it.
Changes in 2.0.1-alpha: