More docs about the digest auth specific config and domain options.
[catagits/Catalyst-Authentication-Credential-HTTP.git] / Changes
diff --git a/Changes b/Changes
index 70f8995..d143e28 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,14 @@
+1.005  2008-09-XX
+  - Added better description of the use of the domains and
+    use_uri_for options (info culled from RFC2617).
+  - 
+
+1.004  2008-09-12
+   - Add tests for use_uri_for configuration options.
+   - Add tests and documentation for storing an MD5
+     of "$user:$relam:$password" instead of cleartext password
+     when doing digest auth.
+
 1.003  2008-09-11
    - Add ability to override the realm name presented for authentication
      when calling $c->authenticate. Documentation and tests for this.