summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 8ee0b0bd0..160f28bff 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -23,6 +23,11 @@ Features
converted implicitly to strings in the result. Previously passing integers
or longs as elements would cause a TypeError.
+- ``pyramid_alchemy`` paster template now uses ``query.get`` rather than
+ ``query.filter_by`` to take better advantage of identity map caching.
+
+- ``pyramid_alchemy`` paster template now has unit tests.
+
1.0 (2011-01-30)
================