diff options
| author | Robert Jackiewicz <rob@jackiewicz.ca> | 2012-11-12 12:47:23 -0500 |
|---|---|---|
| committer | Robert Jackiewicz <rob@jackiewicz.ca> | 2012-11-12 12:47:23 -0500 |
| commit | 18a9aed5810a5680fc027b8c55c10bd67616d1b0 (patch) | |
| tree | 62d8b3d42bd5e80f192ff3fd9fa4c9b1317573c3 /CHANGES.txt | |
| parent | 8818ea59e253b855e1b0f09b856560cb71c9e8de (diff) | |
| download | pyramid-18a9aed5810a5680fc027b8c55c10bd67616d1b0.tar.gz pyramid-18a9aed5810a5680fc027b8c55c10bd67616d1b0.tar.bz2 pyramid-18a9aed5810a5680fc027b8c55c10bd67616d1b0.zip | |
Added changes to the CHANGES log.
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) ================== |
