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