give credit by real name, when known
[p5sagit/Try-Tiny.git] / Changes
diff --git a/Changes b/Changes
index 3be4a07..56873ca 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,18 @@
 Revision history for Try-Tiny
 
 {{$NEXT}}
+  - switch from finalizers using an array to a hash, to resolve segfaults when
+    creating a pseudofork on MSWin before perl 5.20 (Graham Knop,
+    karenetheridge/Sub-Name/#3)
+
+0.25      2016-02-22 20:16:51Z (TRIAL RELEASE)
+  - "finally" blocks are now run for all methods of leaving the try block
+    (including via exit, goto)  (Lukas Mai, RT#112099)
+
+0.24      2015-12-11 05:20:09Z
+  - fix prereq errors in 0.23
+
+0.23      2015-12-11 04:04:35Z
   - fix syntax of example code (Rudolf Leermakers, PR#22)
   - 'perl' removed from prerequisite recommendations, to avoid tripping up
     CPAN clients (Graham Knop)
@@ -14,11 +26,11 @@ Revision history for Try-Tiny
   - also skip the test if Capture::Tiny is too old (Martin Popel, #17)
 
 0.20  2014-03-21
-  - documentation updates (Flimm, #15)
+  - documentation updates (David Lowe (Flimm), #15)
 
 0.19  2014-01-22
   - fix an obscure issue with loading modules during global destruction
-    (ilmari, #11)
+    (Dagfinn Ilmari MannsÃ¥ker, #11)
   - documentation updates (anaxagoras, #12)
 
 0.18  2013-08-17