From 200c9eb4cd69f7bdccb19cfa41d2c0ede79665e2 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 12 Apr 2015 16:04:39 -0400 Subject: add change note related to #1529 --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3