bump version for release
[p5sagit/Try-Tiny.git] / Changes
1 0.07
2   - allow multiple finally blocks
3   - pass the error, if any, to finally blocks when called
4
5 0.06
6         - in t/given_when.t use a plan instead of done_testing for more backwards
7           compatibility
8
9 0.05
10         - Documentation fixes and clarifications
11
12 0.04
13         - Restore list context propagation for catch blocks
14         - Fix a bug where finally blocks weren't always invoked
15
16 0.03
17         - Support for 'finally' blocks (Andy Yates)
18         - More documentation and tests (many people)
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
22 0.02
23         - Doc fixes from chromatic
24         - Various minor fixes from Adam Kennedy
25         - Additional documentation and code clarifications
26         - 5.005_04 compatibility
27
28 0.01
29         - Initial release