--- AnyEvent/Changes 2006/10/30 20:52:24 1.12 +++ AnyEvent/Changes 2006/11/05 01:08:16 1.16 @@ -1,12 +1,16 @@ Revision history for Perl extension AnyEvent. -2.0 - - INCOMPATIBLE CHANGE: - poll can now either be "r" or "w" but not both. - - INCOMPATIBLE CHANGE: - io watcher callbacks have no arguments anymore. - - new pure-perl model added, AnyEvent now always - works. +TODO: testsuite, now that we can be sure that a model is available at all times + + - better docs. + - simple testsuite. + +2.0 Wed Nov 1 02:21:30 CET 2006 + - INCOMPATIBLE CHANGE: poll can now either be "r" or "w" but not both. + - INCOMPATIBLE CHANGE: io watcher callbacks have no arguments anymore. + - EXPERIMENTAL: + new pure-perl model added, AnyEvent now always finds a suitable + event model. - improved documentation. - reduced cpu overhead.