need to load EUMM early for arg parsing
[p5sagit/Devel-GlobalDestruction.git] / Changes
diff --git a/Changes b/Changes
index 79f0401..6424723 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,18 @@
+Revision history for Devel-GlobalDestruction
+
+  - stop relying on . being in @INC
+  - switch to ExtUtils::HasCompiler to detect presence of a compiler
+
+0.13 - 2014-08-16
+  * include README
+  * include minimum perl version 5.6 in metadata
+
+0.12  Fri, 01 Nov 2013
+  * Fix detection when loaded during global destruction by checking B::main_cv
+    instead of B::main_start
+  * Bump Sub::Exporter::Progressive dependency to fix loading in global
+    destruction
+
 0.11  Wed, 03 Apr 2013
   * Fix upgrading from version 0.09 or older