summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-02-12 14:04:03 -0500
committerChris McDonough <chrism@plope.com>2011-02-12 14:04:03 -0500
commit296ee25ffb1405b7a5a12caf62fe5b1ed2aaed7b (patch)
tree4d9dcdf9a8e05c2b105c17fccfcccc86e06ad3b7 /CHANGES.txt
parent59c612f00105bd0ce60b6c709242db05d13b4687 (diff)
downloadpyramid-296ee25ffb1405b7a5a12caf62fe5b1ed2aaed7b.tar.gz
pyramid-296ee25ffb1405b7a5a12caf62fe5b1ed2aaed7b.tar.bz2
pyramid-296ee25ffb1405b7a5a12caf62fe5b1ed2aaed7b.zip
- ``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.
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)
================