Add changelog entry for vc++ fixes

svn:r1264
This commit is contained in:
Nick Mathewson 2009-05-02 16:11:06 +00:00
parent 1aebcd5047
commit a109d95c72

View File

@ -12,7 +12,7 @@ Changes in 2.0.2-alpha:
o Make sendfile work on FreeBSD
o Do not use vararg macros for accessing evrpc structures; this is not backwards compatible, but we did not promise any backwards compatibility for the rpc code.
o Actually define the event_config_set_flag() function.
o Try harder to compile with Visual C++.
Changes in 2.0.1-alpha:
o free minheap on event_base_free(); from Christopher Layne