caveat about error-silencing
[p5sagit/Try-Tiny.git] / Changes
CommitLineData
308df09e 10.09
2 - don't index Try::Tiny::ScopeGuard
3
b637afa1 40.08
5 - fix require vs use issue in blead (RT63410)
6
69cb48b1 70.07
8 - allow multiple finally blocks
9 - pass the error, if any, to finally blocks when called
10
c361fb52 110.06
12 - in t/given_when.t use a plan instead of done_testing for more backwards
13 compatibility
14
f00a529e 150.05
16 - Documentation fixes and clarifications
17
f6e42d81 180.04
19 - Restore list context propagation for catch blocks
20 - Fix a bug where finally blocks weren't always invoked
21
faecd5a0 220.03
23b307a7 23 - Support for 'finally' blocks (Andy Yates)
24 - More documentation and tests (many people)
faecd5a0 25 - Sets $@ to the previous value at the beginning of the eval, to allow
26 the capture of an error stack when calling die.
27
0e8fea40 280.02
29 - Doc fixes from chromatic
30 - Various minor fixes from Adam Kennedy
31 - Additional documentation and code clarifications
c4918886 32 - 5.005_04 compatibility
0e8fea40 33
340.01
35 - Initial release