Get tests running under -T (cosmetics only)
[p5sagit/namespace-clean.git] / Changes
diff --git a/Changes b/Changes
index bb2043a..b456ebc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,13 @@
+
+        - Work around P5#72210, resulting in fails on 5.8.8 -Duselongdouble
+        - Fix incorrect name in META (RT#107813)
+
+0.26  2015-10-07 17:43 (UTC)
         - Exclusively use Package::Stash::PP on perls < 5.8.7 until a fixed
           Package::Stash::XS ships - breakage keeps getting reintroduced
           ( RT#107343, RT#74151 )
+        - Explicitly document the late runtime binding of `sort SUBNAME ...`
+          ( RT#101247 )
         - No longer rely on Sub::Identify - either use Sub::Util or B
           ( should solve RT#96945 )