changelog and version bump
[p5sagit/Try-Tiny.git] / Changes
CommitLineData
98904c59 10.10
2 - clarify some docs
3
308df09e 40.09
5 - don't index Try::Tiny::ScopeGuard
6
b637afa1 70.08
8 - fix require vs use issue in blead (RT63410)
9
69cb48b1 100.07
11 - allow multiple finally blocks
12 - pass the error, if any, to finally blocks when called
13
c361fb52 140.06
15 - in t/given_when.t use a plan instead of done_testing for more backwards
16 compatibility
17
f00a529e 180.05
19 - Documentation fixes and clarifications
20
f6e42d81 210.04
22 - Restore list context propagation for catch blocks
23 - Fix a bug where finally blocks weren't always invoked
24
faecd5a0 250.03
23b307a7 26 - Support for 'finally' blocks (Andy Yates)
27 - More documentation and tests (many people)
faecd5a0 28 - Sets $@ to the previous value at the beginning of the eval, to allow
29 the capture of an error stack when calling die.
30
0e8fea40 310.02
32 - Doc fixes from chromatic
33 - Various minor fixes from Adam Kennedy
34 - Additional documentation and code clarifications
c4918886 35 - 5.005_04 compatibility
0e8fea40 36
370.01
38 - Initial release