diff options
| author | Chris McDonough <chrism@plope.com> | 2015-04-12 16:04:39 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2015-04-12 16:04:39 -0400 |
| commit | 200c9eb4cd69f7bdccb19cfa41d2c0ede79665e2 (patch) | |
| tree | 7a18b7cb9d81260a3fea9c8148aea71a34674d0a | |
| parent | b527a610f5426bbf63b32fe8865bcbd1b11d4799 (diff) | |
| download | pyramid-200c9eb4cd69f7bdccb19cfa41d2c0ede79665e2.tar.gz pyramid-200c9eb4cd69f7bdccb19cfa41d2c0ede79665e2.tar.bz2 pyramid-200c9eb4cd69f7bdccb19cfa41d2c0ede79665e2.zip | |
add change note related to #1529
| -rw-r--r-- | CHANGES.txt | 4 |
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 |
