From 296ee25ffb1405b7a5a12caf62fe5b1ed2aaed7b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 12 Feb 2011 14:04:03 -0500 Subject: - ``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. --- CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES.txt') 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) ================ -- cgit v1.2.3