--- Coro/Changes 2007/12/27 21:48:27 1.309 +++ Coro/Changes 2008/01/10 05:43:13 1.312 @@ -7,9 +7,12 @@ 4.35 - "bt" debug command now displays any exceptions - from longmess. + from longmess and also skips the innermost + stackframes, giving more useufl output. - allow backtraces in coroutines blocked in Coro::EV, - at a speed hit. + at a <1% speed hit. + - handle localising of $SIG{__WARN__} and __DIE__ + properly (with a proepr amount of dirty hacking). 4.34 Sat Dec 22 17:49:53 CET 2007 - upgrade to EV version 2.0 API.