Devel-REPL-1.003022
[p5sagit/Devel-REPL.git] / Changes
diff --git a/Changes b/Changes
index aa334ac..59f0058 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,12 @@ Revision history for {{ $dist->name }}
 
 {{ $NEXT }}
 
+1.003022  2013-09-10 01:53:10Z (Karen Etheridge)
+  - workaround added for plugins consuming plugins that use optional features
+  - install problems fixed when some optional prereqs are not installed, by
+    properly detecting the lack of features during testing (RT#88542)
+  - spelling fixes (RT#87691, David Steinbrunner)
+
 1.003021  2013-09-09 02:10:45Z (Karen Etheridge)
   - removed use of deprecated functions from Class::MOP
   - long-deprecated Devel::REPL::Plugin::NewlineHack removed at last