Changes entry for PR#1
[p5sagit/Try-Tiny.git] / Changes
CommitLineData
12b7dc6c 1Revision history for Try-Tiny
2531688c 2
381a9eef 3{{$NEXT}}
32d7db43 4 - "finally" blocks are now run for all methods of leaving the try block
5 (including via exit, goto) (mauke, RT#112099)
381a9eef 6
08068486 70.24 2015-12-11 05:20:09Z
5ee27f1f 8 - fix prereq errors in 0.23
b8d74909 9
cb57845a 100.23 2015-12-11 04:04:35Z
e4f2f28b 11 - fix syntax of example code (Rudolf Leermakers, PR#22)
12 - 'perl' removed from prerequisite recommendations, to avoid tripping up
13 CPAN clients (Graham Knop)
14 - Sub::Util is used preferentially to Sub::Name in most cases (Graham Knop,
15 PR#27)
760fffd7 16
170.22 2014-04-29
77f6c1e7 18 - add optional test deps as recommended prereqs (Karen Etheridge, #18)
5e9efef3 19
200.21 2014-04-15
afd462ce 21 - also skip the test if Capture::Tiny is too old (Martin Popel, #17)
4845abfc 22
230.20 2014-03-21
b44c2ad3 24 - documentation updates (Flimm, #15)
c6f46650 25
260.19 2014-01-22
5e091a19 27 - fix an obscure issue with loading modules during global destruction
28 (ilmari, #11)
29 - documentation updates (anaxagoras, #12)
3c1bebcd 30
310.18 2013-08-17
5a44c226 32 - fix tests for pre-Test-More-0.88 (Paul Howarth, #10)
1d0db44a 33
340.17 2013-08-16
570821c3 35 - work around [rt.perl #119311] which was causing incorrect error messages in
36 some cases during global destruction (Graham Knop, #9)
2c468649 37
380.16 2013-07-10
6c790cdb 39 - remove accidental Sub::Name test dep
af5d3402 40
410.15 2013-07-08
3efbb4f9 42 - optionally use Sub::Name to name the try/catch/finally blocks, if available
43 (Mark Fowler)
02dd706a 44
450.14 2013-07-05
d2ae14ad 46 - also throw an exception for catch/finally in scalar context (RT#81070)
0ab368f3 47
480.13 2013-07-04
2531688c 49 - fix tests failing on 5.6.x due to differing DESTROY semantics
2b0d579d 50 - excise superfluous local($@) call - 7% speedup
2245f1ae 51 - fix (fsvo) broken URLs (RT#55659)
9d0e0466 52 - proper exception on erroneous usage of bare catch/finally (RT#81070)
53 - proper exception on erroneous use of multiple catch{} blocks
4c5b99d6 54 - clarify exception occuring on unterminated try block (RT#75712)
ae5ed1be 55 - fix the prototypes shown in docs to match code (RT#79590; thanks, Pushtaev
56 Vadim)
5f5e92c0 57 - warn loudly on exceptions in finally() blocks
12b7dc6c 58 - dzilify
2531688c 59
027bdf22 600.12 2013-01-02
881bf512 61 - doc fixes
62
027bdf22 630.11 2011-08-30
ddb04203 64 - fix broken dist
65
027bdf22 660.10 2011-04-27
98904c59 67 - clarify some docs
68
027bdf22 690.09 2010-11-28
308df09e 70 - don't index Try::Tiny::ScopeGuard
71
027bdf22 720.08 2010-11-28
b637afa1 73 - fix require vs use issue in blead (RT63410)
74
027bdf22 750.07 2010-10-21
69cb48b1 76 - allow multiple finally blocks
77 - pass the error, if any, to finally blocks when called
78
027bdf22 790.06 2010-05-27
8d2ee831 80 - in t/given_when.t use a plan instead of done_testing for more backwards
81 compatibility
c361fb52 82
027bdf22 830.05 2010-05-26
8d2ee831 84 - Documentation fixes and clarifications
f00a529e 85
027bdf22 860.04 2010-01-22
8d2ee831 87 - Restore list context propagation for catch blocks
88 - Fix a bug where finally blocks weren't always invoked
f6e42d81 89
027bdf22 900.03 2010-01-22
8d2ee831 91 - Support for 'finally' blocks (Andy Yates)
92 - More documentation and tests (many people)
93 - Sets $@ to the previous value at the beginning of the eval, to allow
94 the capture of an error stack when calling die.
faecd5a0 95
027bdf22 960.02 2009-09-02
8d2ee831 97 - Doc fixes from chromatic
98 - Various minor fixes from Adam Kennedy
99 - Additional documentation and code clarifications
100 - 5.005_04 compatibility
0e8fea40 101
027bdf22 1020.01 2009-08-31
8d2ee831 103 - Initial release