X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=20512e2070b0313a36a5db751ba93d0290f86e23;hb=58e8b62d12f68fded49055450db8bd162b3d8267;hp=1964d749e127338bcfdbd6f2e5b01c6b0f4f5024;hpb=c49188864e2fae459366f1ec0ae198c723b2223f;p=p5sagit%2FTry-Tiny.git diff --git a/Changes b/Changes index 1964d74..20512e2 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,16 @@ +0.05 + - Documentation fixes and clarifications + +0.04 + - Restore list context propagation for catch blocks + - Fix a bug where finally blocks weren't always invoked + +0.03 + - Support for 'finally' blocks (Andy Yates) + - More documentation and tests (many people) + - Sets $@ to the previous value at the beginning of the eval, to allow + the capture of an error stack when calling die. + 0.02 - Doc fixes from chromatic - Various minor fixes from Adam Kennedy