summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Dittberner <jan.dittberner@googlemail.com>2011-10-28 08:54:14 +0200
committerJan Dittberner <jan.dittberner@googlemail.com>2011-10-28 08:54:14 +0200
commitb38c0fb2ccb508109b075c7a425acc21d5d2a941 (patch)
tree9d2eb02428451c43cac963a21bfda968e9733e67
parent6e5f5c4b0c1620d1c0504c2574252701b6a9cf8b (diff)
downloadsqalchemy-migrate-b38c0fb2ccb508109b075c7a425acc21d5d2a941.tar.gz
changelog updates
-rw-r--r--docs/changelog.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 8ab722c..5ccee61 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,9 +4,22 @@
Features
******************
+- improved PEP-8 compliance (issue 122)
+- optionally number versions with timestamps instead of sequences (by Pete
+ Keen)
+- allow descriptions in SQL change script filenames (by Pete Keen)
+- improved model generation
+
Fixed Bugs
******************
+- fix issue 118: upgrade and downgrade functions are reversed when using the
+ command "make_update_script_for_model"
+- fix issue 113 and issue 123: column creation in make_update_script_for_model
+ and required API change
+- fix issue 124: compare_model_to_db gets confused by sqlite_sequence (pulled
+ from Dustin J. Mitchell)
+
0.7.1 (2011-05-27)
---------------------------