summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-01-20 16:23:20 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2012-01-20 16:23:20 -0500
commit38368e8f9a306ba9dfa668dcc8cfaef5d2f031b1 (patch)
tree7bb9cc3b4d2912e1c821076dbfe14025787d48c7 /CHANGES
parenta1feddafbd9806988ecc5c266d8a8fdb9f0d985d (diff)
downloadalembic-38368e8f9a306ba9dfa668dcc8cfaef5d2f031b1.tar.gz
- [feature] Can create alembic.config.Config
with no filename, use set_main_option() to add values. Also added set_section_option() which will add sections. [#23]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 52f4844..05a8d86 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,11 @@
- [bug] Fixed alteration of column type on
MSSQL to not include the keyword "TYPE".
+- [feature] Can create alembic.config.Config
+ with no filename, use set_main_option()
+ to add values. Also added set_section_option()
+ which will add sections. [#23]
+
0.1.1
=====
- [bug] Clean up file write operations so that