diff options
| -rw-r--r-- | CHANGES.txt | 7 | ||||
| -rw-r--r-- | CONTRIBUTORS.txt | 2 |
2 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index e40312c34..c28597f0e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -81,6 +81,13 @@ Internals because that package should never be imported from non-Pyramid code. TopologicalSorter is still not an API, but may become one. +Documentation +------------- + +- Updated the hooks narrative documentation to reflect the fact that + the context passed into the view callable is actually the instance of + Exception called when a Forbidden Exception is envoked + 1.4a3 (2012-10-26) ================== diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index d03da3e62..34d904d0f 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -188,3 +188,5 @@ Contributors - Domen Kozar, 2012/09/11 - David Gay, 2012/09/16 + +- Robert Jackiewicz, 2012/11/12 |
