--- AnyEvent/Changes 2008/10/23 02:41:00 1.198 +++ AnyEvent/Changes 2008/10/28 08:18:34 1.201 @@ -1,7 +1,10 @@ Revision history for Perl extension AnyEvent. - - implement AnyEvent::Handle->destroy method. + - implemented AnyEvent::Handle->destroy method. - hint about unexpected effects in tls mode. + - speed up AnyEvent::Impl::Perl by using more arrays + instead of hashes without the slightest loss of readability :) + - work around a perl argument refcounting bug. 4.3 Fri Oct 3 09:18:43 CEST 2008 - AnyEvent will now install a no-op signal handler for SIGPIPE,