summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-01-24 15:25:28 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2012-01-24 15:25:28 -0500
commit14d05f4b062c1cd237447f66467e234ee30ab3f7 (patch)
tree7e10d7647decd0f424d60d06532299578242f1e1 /CHANGES
parenta851daaa1b2a4efa5990f55c3c97282cafdab9e1 (diff)
downloadalembic-14d05f4b062c1cd237447f66467e234ee30ab3f7.tar.gz
- [feature] The naming of revision files can
now be customized to be some combination of "rev id" and "slug", the latter of which is based on the revision message. By default, the pattern "<rev>_<slug>" is used for new files. New script files should include the "revision" variable for this to work, which is part of the newer script.py.mako scripts. [#24]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 07eb753..15b36d1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -15,6 +15,17 @@
are now contextual objects, not modules.
[#19]
+- [feature] The naming of revision files can
+ now be customized to be some combination
+ of "rev id" and "slug", the latter of which
+ is based on the revision message.
+ By default, the pattern "<rev>_<slug>"
+ is used for new files. New script files
+ should include the "revision" variable
+ for this to work, which is part of
+ the newer script.py.mako scripts.
+ [#24]
+
0.1.2
=====
- [bug] fix the config.main() function to honor