The construct introduced in 2b0d579d8 confuses perl 5.6 - simplify
[p5sagit/Try-Tiny.git] / Changes
diff --git a/Changes b/Changes
index e45b95e..2b18bc3 100644 (file)
--- a/Changes
+++ b/Changes
@@ -5,6 +5,9 @@
   - proper exception on erroneous usage of bare catch/finally (RT#81070)
   - proper exception on erroneous use of multiple catch{} blocks
   - clarify exception occuring on unterminated try block (RT#75712)
+  - fix the prototypes shown in docs to match code (RT#79590; thanks, Pushtaev
+    Vadim)
+  - warn loudly on exceptions in finally() blocks
 
 0.12
   - doc fixes