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