Initial set of tutorial edits to go along with depluralization update.
[catagits/Catalyst-Manual.git] / Changes
diff --git a/Changes b/Changes
index 616e188..869572f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,14 @@
 Revision history for Catalyst-Manual
 
+5.7021  8 May 2009
+        - 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.