--- Coro/Changes 2008/11/08 16:46:32 1.397 +++ Coro/Changes 2008/11/10 00:02:29 1.399 @@ -5,6 +5,13 @@ actor model (which is cool in a lot of important aspects (failures!), but very lacking in others (higher level ipc)). +4.91 + - calling ->throw on a not-yet-started coroutine should now work + instead of being ignored. + - typo: new coroutines didn't get created with a zero flags field + (unknown impact). + - clean up cctx creation code a bit. + 4.9 Sat Nov 8 17:45:27 CET 2008 - (libcoro) did not preserve rbp with CORO_ASM (we are getting there). - (libcoro) no longer leak threads in the experimental pthread backend,