Version bump
[p5sagit/Try-Tiny.git] / Changes
diff --git a/Changes b/Changes
index efcf18d..20512e2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,13 @@
+0.05
+       - Documentation fixes and clarifications
+
+0.04
+       - Restore list context propagation for catch blocks
+       - Fix a bug where finally blocks weren't always invoked
+
 0.03
-       - More documentation and tests
+       - Support for 'finally' blocks (Andy Yates)
+       - More documentation and tests (many people)
        - Sets $@ to the previous value at the beginning of the eval, to allow
          the capture of an error stack when calling die.