summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2015-04-12 16:04:39 -0400
committerChris McDonough <chrism@plope.com>2015-04-12 16:04:39 -0400
commit200c9eb4cd69f7bdccb19cfa41d2c0ede79665e2 (patch)
tree7a18b7cb9d81260a3fea9c8148aea71a34674d0a /CHANGES.txt
parentb527a610f5426bbf63b32fe8865bcbd1b11d4799 (diff)
downloadpyramid-200c9eb4cd69f7bdccb19cfa41d2c0ede79665e2.tar.gz
pyramid-200c9eb4cd69f7bdccb19cfa41d2c0ede79665e2.tar.bz2
pyramid-200c9eb4cd69f7bdccb19cfa41d2c0ede79665e2.zip
add change note related to #1529
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 639b9b802..850098de1 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,10 @@ Next release
Features
--------
+- Make it possible to subclass ``pyramid.request.Request`` and also use
+ ``pyramid.request.Request.add_request.method``. See
+ https://github.com/Pylons/pyramid/issues/1529
+
- The ``pyramid.config.Configurator`` has grown the ability to allow
actions to call other actions during a commit-cycle. This enables much more
logic to be placed into actions, such as the ability to invoke other actions