summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f7b049d..7950a13 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,10 @@
config file within library usage.
[#35]
+- [bug] Autogenerate will emit CREATE TABLE
+ and DROP TABLE directives according to
+ foreign key dependency order.
+
- [bug] implement 'tablename' parameter on
drop_index() as this is needed by some
backends.