From 53cb60809b0a01cbc56fe4905c50d38096ed0156 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 26 Sep 2011 17:45:09 -0400 Subject: [PATCH] changelog --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 229f50bffd..acbcbee797 100644 --- a/CHANGES +++ b/CHANGES @@ -112,6 +112,10 @@ CHANGES to the mapper after it has already been configured. [ticket:2239] + - Declarative will warn when a subclass' base uses + @declared_attr for a regular column - this attribute + does not propagate to subclasses. [ticket:2283] + - The integer "id" used to link a mapped instance with its owning Session is now generated by a sequence generation function rather than id(Session), to -- 2.47.3