summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 798d33fac..423a47e7c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -24,6 +24,8 @@ required for firebird, not a bad idea for others [ticket:408]
- default "timezone" setting is now False. this corresponds to Python's datetime
behavior as well as Postgres' timestamp/time types (which is the only timezone-sensitive
dialect at the moment) [ticket:414]
+- added an error message if you actually try to modify primary key values on an entity
+and then flush it.
0.3.3
- string-based FROM clauses fixed, i.e. select(..., from_obj=["sometext"])