--- Coro/Changes 2006/11/26 17:36:40 1.158 +++ Coro/Changes 2006/11/27 02:01:44 1.160 @@ -1,5 +1,6 @@ Revision history for Perl extension Coro. +3.0 - reimplement a new stack sharing algorithm. - make stack sharing mandatory (it no longer uses a heuristic). - eval/die no longer cause weird problems under heavy use. @@ -14,6 +15,7 @@ - removed timers from Coro::Timer -> use AnyEvent instead. - replaced Coro::idle coroutine by (cleaner) idle handler. - updated to newest libcoro. + - implement enhanced support for valgrind. 2.5 Tue Nov 7 12:22:33 CET 2006 - made Coro::Util, Coro::Select, Coro::Handle and Coro::Socket