--- Coro/Changes 2007/01/23 15:55:45 1.204 +++ Coro/Changes 2007/01/24 16:22:08 1.205 @@ -2,10 +2,12 @@ TODO: better (earlier) error messages on broken transfer's TODO: destroy gets only called on cancel: fix(?) -TODO: fast reloads in cf cause segfaults (coro_state_free->destroy->crash) +3.5 - do AnyEvent model detection earlier, avoiding problems caused by first using AnyEvent and later Coro::Event. + - implement and document Coro::Event event objects. + - fix a potential problem in Coro::Event causing crashes. 3.41 Mon Jan 22 19:19:49 CET 2007 - readline on Coro::Handle did not support undefined $/,