840f0b38cacb25c5935698a4af26cbb3da6d6fbe
[p5sagit/Try-Tiny.git] / Changes
1
2   - fix tests failing on 5.6.x due to differing DESTROY semantics
3   - excise superfluous local($@) call - 7% speedup
4   - fix (fsvo) broken URLs (RT#55659)
5   - proper exception on erroneous usage of bare catch/finally (RT#81070)
6   - proper exception on erroneous use of multiple catch{} blocks
7   - clarify exception occuring on unterminated try block (RT#75712)
8   - fix the prototypes shown in docs to match code (RT#79590; thanks, Pushtaev
9     Vadim)
10
11 0.12
12   - doc fixes
13
14 0.11
15   - fix broken dist
16
17 0.10
18   - clarify some docs
19
20 0.09
21   - don't index Try::Tiny::ScopeGuard
22
23 0.08
24   - fix require vs use issue in blead (RT63410)
25
26 0.07
27   - allow multiple finally blocks
28   - pass the error, if any, to finally blocks when called
29
30 0.06
31   - in t/given_when.t use a plan instead of done_testing for more backwards
32     compatibility
33
34 0.05
35   - Documentation fixes and clarifications
36
37 0.04
38   - Restore list context propagation for catch blocks
39   - Fix a bug where finally blocks weren't always invoked
40
41 0.03
42   - Support for 'finally' blocks (Andy Yates)
43   - More documentation and tests (many people)
44   - Sets $@ to the previous value at the beginning of the eval, to allow
45     the capture of an error stack when calling die.
46
47 0.02
48   - Doc fixes from chromatic
49   - Various minor fixes from Adam Kennedy
50   - Additional documentation and code clarifications
51   - 5.005_04 compatibility
52
53 0.01
54   - Initial release