summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-09-30 12:57:29 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-09-30 12:57:29 -0400
commit52e7547724587465cafc7d2af1e5961e3365ad76 (patch)
tree67d07e40e9ebeb1fa31782fda7168d59fde7c465 /CHANGES
parent9399eb21c3396a9d6c631997d09438012f96c19c (diff)
downloadalembic-52e7547724587465cafc7d2af1e5961e3365ad76.tar.gz
- [bug] Fixed the "multidb" template which was badly out
of date. It now generates revision files using the configuration to determine the different upgrade_<xyz>() methods needed as well, instead of needing to hardcode these. Huge thanks to BryceLohr for doing the heavy lifting here. #71
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3ee614e..598c969 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,13 @@
front-ends can re-use the argument parsing built
in. #70
+- [bug] Fixed the "multidb" template which was badly out
+ of date. It now generates revision files using
+ the configuration to determine the different
+ upgrade_<xyz>() methods needed as well, instead of
+ needing to hardcode these. Huge thanks to
+ BryceLohr for doing the heavy lifting here. #71
+
- [bug] Fixed the regexp that was checking for .py files
in the version directory to allow any .py file through.
Previously it was doing some kind of defensive checking,