Bump versions and changelogging for dist
[catagits/Catalyst-Plugin-Authentication.git] / Changes
diff --git a/Changes b/Changes
index 43e4a6c..7b07044 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,13 +1,13 @@
 Revision history for Perl extension Catalyst::Plugin::Authentication
 
-0.10010
-        - Change config data storage to be __config in null store and password 
-          credential, to not conflict with the Catalyst class data called 
-          _config. When these are composed as a plugin (for back-compat) then 
-          calls to MyApp->_config would only work due to an implementation 
-          detail of Class::Data::Inheritable, and the ordering of method 
-          calls. This no longer works for Catalyst 5.80, ergo the accessor 
-          rename.
+0.100092
+      - Release new version, no changes since dev release.     
+
+0.10009_01
+      - Fix POD escaping, from RT#38694 (Luke Ross)
+      - Change authentication backwards compatibility handling to not rely on
+        Class::Data::Inheritable side effects, and so be Catalyst 5.80 safe 
+        (t0m)
 
 0.10009 2008-11-27
         - Including progressive realm for multiple authentication attempts