From 38368e8f9a306ba9dfa668dcc8cfaef5d2f031b1 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 20 Jan 2012 16:23:20 -0500 Subject: - [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] --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES') 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 -- cgit v1.2.1