changelog
[p5sagit/Try-Tiny.git] / Changes
1 0.04
2         - Restore list context propagation for catch blocks
3         - Fix a bug where finally blocks weren't always invoked
4
5 0.03
6         - Support for 'finally' blocks (Andy Yates)
7         - More documentation and tests (many people)
8         - Sets $@ to the previous value at the beginning of the eval, to allow
9           the capture of an error stack when calling die.
10
11 0.02
12         - Doc fixes from chromatic
13         - Various minor fixes from Adam Kennedy
14         - Additional documentation and code clarifications
15         - 5.005_04 compatibility
16
17 0.01
18         - Initial release