this todo is only relevant before 5.14
[p5sagit/Try-Tiny.git] / Changes
CommitLineData
ddb04203 10.11
2 - fix broken dist
3
98904c59 40.10
5 - clarify some docs
6
308df09e 70.09
8 - don't index Try::Tiny::ScopeGuard
9
b637afa1 100.08
11 - fix require vs use issue in blead (RT63410)
12
69cb48b1 130.07
14 - allow multiple finally blocks
15 - pass the error, if any, to finally blocks when called
16
c361fb52 170.06
18 - in t/given_when.t use a plan instead of done_testing for more backwards
19 compatibility
20
f00a529e 210.05
22 - Documentation fixes and clarifications
23
f6e42d81 240.04
25 - Restore list context propagation for catch blocks
26 - Fix a bug where finally blocks weren't always invoked
27
faecd5a0 280.03
23b307a7 29 - Support for 'finally' blocks (Andy Yates)
30 - More documentation and tests (many people)
faecd5a0 31 - Sets $@ to the previous value at the beginning of the eval, to allow
32 the capture of an error stack when calling die.
33
0e8fea40 340.02
35 - Doc fixes from chromatic
36 - Various minor fixes from Adam Kennedy
37 - Additional documentation and code clarifications
c4918886 38 - 5.005_04 compatibility
0e8fea40 39
400.01
41 - Initial release