Version bump
[p5sagit/Try-Tiny.git] / Changes
CommitLineData
f00a529e 10.05
2 - Documentation fixes and clarifications
3
f6e42d81 40.04
5 - Restore list context propagation for catch blocks
6 - Fix a bug where finally blocks weren't always invoked
7
faecd5a0 80.03
23b307a7 9 - Support for 'finally' blocks (Andy Yates)
10 - More documentation and tests (many people)
faecd5a0 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
0e8fea40 140.02
15 - Doc fixes from chromatic
16 - Various minor fixes from Adam Kennedy
17 - Additional documentation and code clarifications
c4918886 18 - 5.005_04 compatibility
0e8fea40 19
200.01
21 - Initial release