changelog
[p5sagit/Try-Tiny.git] / Changes
CommitLineData
12b7dc6c 1Revision history for Try-Tiny
2531688c 2
12b7dc6c 3{{$NEXT}}
6c790cdb 4 - remove accidental Sub::Name test dep
af5d3402 5
60.15 2013-07-08
3efbb4f9 7 - optionally use Sub::Name to name the try/catch/finally blocks, if available
8 (Mark Fowler)
02dd706a 9
100.14 2013-07-05
d2ae14ad 11 - also throw an exception for catch/finally in scalar context (RT#81070)
0ab368f3 12
130.13 2013-07-04
2531688c 14 - fix tests failing on 5.6.x due to differing DESTROY semantics
2b0d579d 15 - excise superfluous local($@) call - 7% speedup
2245f1ae 16 - fix (fsvo) broken URLs (RT#55659)
9d0e0466 17 - proper exception on erroneous usage of bare catch/finally (RT#81070)
18 - proper exception on erroneous use of multiple catch{} blocks
4c5b99d6 19 - clarify exception occuring on unterminated try block (RT#75712)
ae5ed1be 20 - fix the prototypes shown in docs to match code (RT#79590; thanks, Pushtaev
21 Vadim)
5f5e92c0 22 - warn loudly on exceptions in finally() blocks
12b7dc6c 23 - dzilify
2531688c 24
881bf512 250.12
26 - doc fixes
27
ddb04203 280.11
29 - fix broken dist
30
98904c59 310.10
32 - clarify some docs
33
308df09e 340.09
35 - don't index Try::Tiny::ScopeGuard
36
b637afa1 370.08
38 - fix require vs use issue in blead (RT63410)
39
69cb48b1 400.07
41 - allow multiple finally blocks
42 - pass the error, if any, to finally blocks when called
43
c361fb52 440.06
8d2ee831 45 - in t/given_when.t use a plan instead of done_testing for more backwards
46 compatibility
c361fb52 47
f00a529e 480.05
8d2ee831 49 - Documentation fixes and clarifications
f00a529e 50
f6e42d81 510.04
8d2ee831 52 - Restore list context propagation for catch blocks
53 - Fix a bug where finally blocks weren't always invoked
f6e42d81 54
faecd5a0 550.03
8d2ee831 56 - Support for 'finally' blocks (Andy Yates)
57 - More documentation and tests (many people)
58 - Sets $@ to the previous value at the beginning of the eval, to allow
59 the capture of an error stack when calling die.
faecd5a0 60
0e8fea40 610.02
8d2ee831 62 - Doc fixes from chromatic
63 - Various minor fixes from Adam Kennedy
64 - Additional documentation and code clarifications
65 - 5.005_04 compatibility
0e8fea40 66
670.01
8d2ee831 68 - Initial release