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