From 317b02fbf01a1164b8aafe08f1be81521a319e95 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Fri, 28 Oct 2011 11:10:31 +0200 Subject: [PATCH] update changelog --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index c99750a..c367c60 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -19,6 +19,7 @@ Features Fixed Bugs ****************** +- fix issue 83: api test downgrade/upgrade does not work with sql scripts - 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 @@ -26,6 +27,7 @@ Fixed Bugs - fix issue 124: compare_model_to_db gets confused by sqlite_sequence (pulled from Dustin J. Mitchell) - fix issue 128: table rename failure with sqlalchemy 0.7.x +- fix issue 129: update documentation and help text 0.7.1 (2011-05-27) ---------------------------