diff options
| author | Michael Merickel <michael@merickel.org> | 2012-11-12 11:53:18 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2012-11-12 11:53:18 -0600 |
| commit | cdfa9d1df1bd7aa53921a0ebaa202272e684eb2e (patch) | |
| tree | b6c18b81c7a74f933f1606a8d6c7f7f0f6b18a17 /CHANGES.txt | |
| parent | d8d3a919f6a2a17db7ef20cea9a867bc0ec714a5 (diff) | |
| parent | 18a9aed5810a5680fc027b8c55c10bd67616d1b0 (diff) | |
| download | pyramid-cdfa9d1df1bd7aa53921a0ebaa202272e684eb2e.tar.gz pyramid-cdfa9d1df1bd7aa53921a0ebaa202272e684eb2e.tar.bz2 pyramid-cdfa9d1df1bd7aa53921a0ebaa202272e684eb2e.zip | |
Merge branch 'fix.516' of rob0t7/pyramid into pull.720
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 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) ================== |
