Catch changelog up with recent changes
Kennedy Clark [Tue, 5 May 2009 13:55:03 +0000 (13:55 +0000)]
Changes

diff --git a/Changes b/Changes
index 3c90069..f50b52c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,12 @@
 Revision history for Catalyst-Manual
 
+        - Switch to SimpleDB for auth
+        - Switch to use of DBIx::Class::EncodedColumn for hashed & salted passwords
+        - Re-write PostgreSQL section in appendix
+        - Remove "create=dynamic" and only cover "create=static" for DBIC helper
         - Rewrite / clean up a big chunk of Catalyst::Manual::Intro (Ian Wells)
         - There is no Catalyst::Config, fix reference to it. (t0m)
+        - Misc minor adjustments
 
 5.7020  12 Mar 2009
         - Fix errors in FormFu chapter.