diff options
| author | Michael Merickel <michael@merickel.org> | 2015-02-06 00:16:56 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2015-02-06 00:16:56 -0600 |
| commit | 04ef03eb425945a4e3d15f7a86a13f7e7be68948 (patch) | |
| tree | 6d3cc77ac2bd6bb8ca3518a229336b13e040f40b /CHANGES.txt | |
| parent | 42075618568881a36d9fb03812a0e651d1c084ce (diff) | |
| parent | f176630ebd9848173e6cc748f361b4ce9acf76f3 (diff) | |
| download | pyramid-04ef03eb425945a4e3d15f7a86a13f7e7be68948.tar.gz pyramid-04ef03eb425945a4e3d15f7a86a13f7e7be68948.tar.bz2 pyramid-04ef03eb425945a4e3d15f7a86a13f7e7be68948.zip | |
Merge pull request #1487 from bertjwregeer/documentation/accept
Documentation/accept
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 22c7a20c2..832a2c216 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -130,6 +130,13 @@ Deprecations Docs ---- +- Moved the documentation for ``accept`` on ``Configurator.add_view`` to no + longer be part of the predicate list. See + https://github.com/Pylons/pyramid/issues/1391 for a bug report stating + ``not_`` was failing on ``accept``. Discussion with @mcdonc led to the + conclusion that it should not be documented as a predicate. + See https://github.com/Pylons/pyramid/pull/1487 for this PR + - Removed logging configuration from Quick Tutorial ini files except for scaffolding- and logging-related chapters to avoid needing to explain it too early. |
