diff options
| author | Michael Merickel <michael@merickel.org> | 2015-01-15 13:18:08 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2015-01-15 13:18:08 -0600 |
| commit | 64f9cfaf331310cf54285c49d705098aa3d07944 (patch) | |
| tree | ecfd5935b55a5f8afc536ed0a89c65e3437ee0f5 /HISTORY.txt | |
| parent | 2d659e41d01926acaa8670c4d20be20300bcedb7 (diff) | |
| parent | 47e85294779814f14e02327eb4d378197bbaeb29 (diff) | |
| download | pyramid-64f9cfaf331310cf54285c49d705098aa3d07944.tar.gz pyramid-64f9cfaf331310cf54285c49d705098aa3d07944.tar.bz2 pyramid-64f9cfaf331310cf54285c49d705098aa3d07944.zip | |
Merge pull request #1522 from Kapishin/master
Fix few typos
Diffstat (limited to 'HISTORY.txt')
| -rw-r--r-- | HISTORY.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HISTORY.txt b/HISTORY.txt index 6aad221a8..242568e98 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1327,7 +1327,7 @@ Bug Fixes - Make test suite pass on 32-bit systems; closes #286. closes #306. See also https://github.com/Pylons/pyramid/issues/286 -- The ``pryamid.view.view_config`` decorator did not accept a ``match_params`` +- The ``pyramid.view.view_config`` decorator did not accept a ``match_params`` predicate argument. See https://github.com/Pylons/pyramid/pull/308 - The AuthTktCookieHelper could potentially generate Unicode headers |
