Fix SYNOPSIS to actually be executable (RT#78327)
[gitmo/Class-C3.git] / ChangeLog
index 518746c..9d89e70 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 Revision history for Perl extension Class::C3.
 
+    - Drop compatibility from 5.6.2 to 5.6.0
+    - Pod typo fixes (RT#77453)
+    - Only ask for Devel::Hide on perls where it will be actually used
+      (RT#81106)
+    - Fix SYNOPSIS to actually be executable (RT#78327)
+
 0.24 Sat, May 12, 2012
     - Require Class::C3::XS on 5.8 perls if a working compiler is found