document changes for next version
[p5sagit/Try-Tiny.git] / Changes
CommitLineData
69cb48b1 10.07
2 - allow multiple finally blocks
3 - pass the error, if any, to finally blocks when called
4
c361fb52 50.06
6 - in t/given_when.t use a plan instead of done_testing for more backwards
7 compatibility
8
f00a529e 90.05
10 - Documentation fixes and clarifications
11
f6e42d81 120.04
13 - Restore list context propagation for catch blocks
14 - Fix a bug where finally blocks weren't always invoked
15
faecd5a0 160.03
23b307a7 17 - Support for 'finally' blocks (Andy Yates)
18 - More documentation and tests (many people)
faecd5a0 19 - Sets $@ to the previous value at the beginning of the eval, to allow
20 the capture of an error stack when calling die.
21
0e8fea40 220.02
23 - Doc fixes from chromatic
24 - Various minor fixes from Adam Kennedy
25 - Additional documentation and code clarifications
c4918886 26 - 5.005_04 compatibility
0e8fea40 27
280.01
29 - Initial release