summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-10-20 16:06:13 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-10-20 16:06:13 -0400
commit894afbf83c3aba783519358ac82e9c7114282701 (patch)
tree2610da5c615af804cf329a12a3d7010ae2e01449 /CHANGES
parent89498d6263acd33fd452144895cac099fafd8f68 (diff)
downloadalembic-894afbf83c3aba783519358ac82e9c7114282701.tar.gz
- [bug] Removed erroneous "emit_events" attribute
from operations.create_table() documentation. #81
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 907aa40..9d551ec 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
when downgrade --sql is used without specifying
specific start/end versions. #66
+- [bug] Removed erroneous "emit_events" attribute
+ from operations.create_table() documentation.
+ #81
+
0.4.0
=====
- [feature] Support for tables in alternate schemas