diff --git a/ChangeLog b/ChangeLog index 431339bd..02360b5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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