caveat about error-silencing
[p5sagit/Try-Tiny.git] / Changes
1 0.09
2   - don't index Try::Tiny::ScopeGuard
3
4 0.08
5   - fix require vs use issue in blead (RT63410)
6
7 0.07
8   - allow multiple finally blocks
9   - pass the error, if any, to finally blocks when called
10
11 0.06
12         - in t/given_when.t use a plan instead of done_testing for more backwards
13           compatibility
14
15 0.05
16         - Documentation fixes and clarifications
17
18 0.04
19         - Restore list context propagation for catch blocks
20         - Fix a bug where finally blocks weren't always invoked
21
22 0.03
23         - Support for 'finally' blocks (Andy Yates)
24         - More documentation and tests (many people)
25         - Sets $@ to the previous value at the beginning of the eval, to allow
26           the capture of an error stack when calling die.
27
28 0.02
29         - Doc fixes from chromatic
30         - Various minor fixes from Adam Kennedy
31         - Additional documentation and code clarifications
32         - 5.005_04 compatibility
33
34 0.01
35         - Initial release