Checking in changes prior to tagging of version 0.06. Changelog diff is:
[catagits/Catalyst-Authentication-Credential-HTTP-Proxy.git] / Changes
diff --git a/Changes b/Changes
index a1c87e1..aad6fdf 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,26 @@
-0.03
+0.06  2009-07-13
+        - Remove incorrectly shipped Catalyst::Plugin::Authentication::Credential::HTTP::User class
+        - Fix misleading 'password' in documentation (because this module
+          doesn't check against store passwords) (Ian Wells)
+
+0.05  2009-01-04
+        - Start releasing using ShipIt
+        - Remove use of _config accessor, which I'd stupidly cargo-culted. 
+        - Fix MANIFEST
+        - Add pod spelling test
+
+0.04   2008-09-25
+        - Change namespace to remove ::Plugin:: for new auth framework.
+        - Gutted most of the code in the module by subclassing 
+          Catalyst::Authentication::Credential::HTTP.
+
+0.03    2007-07-18
+        - Fix broken test
+
+0.02    2007-04-26
+        - switch to Module::Install
+
+0.01    2006-04-18 13:35:00
         - $store->get_user now gets the user name as the first arg for maximum
-          compatibility.
+          compatibility with stores.
+        - Doc fixes