changelog
[p5sagit/Try-Tiny.git] / Changes
CommitLineData
12b7dc6c 1Revision history for Try-Tiny
2531688c 2
12b7dc6c 3{{$NEXT}}
b44c2ad3 4 - documentation updates (Flimm, #15)
c6f46650 5
60.19 2014-01-22
5e091a19 7 - fix an obscure issue with loading modules during global destruction
8 (ilmari, #11)
9 - documentation updates (anaxagoras, #12)
3c1bebcd 10
110.18 2013-08-17
5a44c226 12 - fix tests for pre-Test-More-0.88 (Paul Howarth, #10)
1d0db44a 13
140.17 2013-08-16
570821c3 15 - work around [rt.perl #119311] which was causing incorrect error messages in
16 some cases during global destruction (Graham Knop, #9)
2c468649 17
180.16 2013-07-10
6c790cdb 19 - remove accidental Sub::Name test dep
af5d3402 20
210.15 2013-07-08
3efbb4f9 22 - optionally use Sub::Name to name the try/catch/finally blocks, if available
23 (Mark Fowler)
02dd706a 24
250.14 2013-07-05
d2ae14ad 26 - also throw an exception for catch/finally in scalar context (RT#81070)
0ab368f3 27
280.13 2013-07-04
2531688c 29 - fix tests failing on 5.6.x due to differing DESTROY semantics
2b0d579d 30 - excise superfluous local($@) call - 7% speedup
2245f1ae 31 - fix (fsvo) broken URLs (RT#55659)
9d0e0466 32 - proper exception on erroneous usage of bare catch/finally (RT#81070)
33 - proper exception on erroneous use of multiple catch{} blocks
4c5b99d6 34 - clarify exception occuring on unterminated try block (RT#75712)
ae5ed1be 35 - fix the prototypes shown in docs to match code (RT#79590; thanks, Pushtaev
36 Vadim)
5f5e92c0 37 - warn loudly on exceptions in finally() blocks
12b7dc6c 38 - dzilify
2531688c 39
027bdf22 400.12 2013-01-02
881bf512 41 - doc fixes
42
027bdf22 430.11 2011-08-30
ddb04203 44 - fix broken dist
45
027bdf22 460.10 2011-04-27
98904c59 47 - clarify some docs
48
027bdf22 490.09 2010-11-28
308df09e 50 - don't index Try::Tiny::ScopeGuard
51
027bdf22 520.08 2010-11-28
b637afa1 53 - fix require vs use issue in blead (RT63410)
54
027bdf22 550.07 2010-10-21
69cb48b1 56 - allow multiple finally blocks
57 - pass the error, if any, to finally blocks when called
58
027bdf22 590.06 2010-05-27
8d2ee831 60 - in t/given_when.t use a plan instead of done_testing for more backwards
61 compatibility
c361fb52 62
027bdf22 630.05 2010-05-26
8d2ee831 64 - Documentation fixes and clarifications
f00a529e 65
027bdf22 660.04 2010-01-22
8d2ee831 67 - Restore list context propagation for catch blocks
68 - Fix a bug where finally blocks weren't always invoked
f6e42d81 69
027bdf22 700.03 2010-01-22
8d2ee831 71 - Support for 'finally' blocks (Andy Yates)
72 - More documentation and tests (many people)
73 - Sets $@ to the previous value at the beginning of the eval, to allow
74 the capture of an error stack when calling die.
faecd5a0 75
027bdf22 760.02 2009-09-02
8d2ee831 77 - Doc fixes from chromatic
78 - Various minor fixes from Adam Kennedy
79 - Additional documentation and code clarifications
80 - 5.005_04 compatibility
0e8fea40 81
027bdf22 820.01 2009-08-31
8d2ee831 83 - Initial release