summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0f98084..241c57a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,11 @@
ForeignKey target in column alter operations,
courtesy Alexander Kolov.
+- [bug] Fixed bug whereby create_unique_constraint()
+ would include in the constraint columns that
+ are added to all Table objects using events,
+ externally to the generation of the constraint.
+
0.3.1
=====
- [bug] bulk_insert() fixes: