partially substitute for unexported symbols
[p5sagit/Devel-Declare.git] / Changes
diff --git a/Changes b/Changes
index 44ec6f5..73bbcc0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Changes for Devel-Declare
 
+  - Fix a C declaration after statement, which broke compatibility with
+    older compilers (Jan Dubois).
+  - Partially work around unexported core symbols affecting Perl 5.8 on
+    Windows (David Bouyssie).
+  - Jump through some hoops to avoid compiler warnings.
+
 0.006008 - 05 Nov 2011
   - Adjust toke_scan_str logic to always leave the prefix part of
     linestr unchanged.