summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-11-20 18:36:56 -0500
committerChris McDonough <chrism@plope.com>2012-11-20 18:36:56 -0500
commit71cd93bd78015285db9aaadaa63a5ac9042f6843 (patch)
tree518cdc13b191ce927551745f5b1bead84e8662ac /CHANGES.txt
parente2bacf5565b86dd3394996b8b503ea87da479340 (diff)
downloadpyramid-71cd93bd78015285db9aaadaa63a5ac9042f6843.tar.gz
pyramid-71cd93bd78015285db9aaadaa63a5ac9042f6843.tar.bz2
pyramid-71cd93bd78015285db9aaadaa63a5ac9042f6843.zip
- Small microspeed enhancement which anticipates that a
``pyramid.response.Response`` object is likely to be returned from a view. Some code is shortcut if the class of the object returned by a view is this class. A similar microoptimization was done to ``pyramid.request.Request.is_response``.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index f5c5c9449..22abf63d9 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,15 @@
Next release
============
+Features
+--------
+
+- Small microspeed enhancement which anticipates that a
+ ``pyramid.response.Response`` object is likely to be returned from a view.
+ Some code is shortcut if the class of the object returned by a view is this
+ class. A similar microoptimization was done to
+ ``pyramid.request.Request.is_response``.
+
Bug Fixes
---------