From 267dbd261862c3d1e06ec49aad36e4bbae384eca Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 11 Nov 2012 12:35:16 -0500 Subject: - Be more tolerant of potential error conditions in ``match_param`` and ``physical_path`` predicate implementations; instead of raising an exception, return False. --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 5175baa5a..b0bbd32a2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -52,6 +52,10 @@ Bug Fixes attribute of the request. It no longer fails in this case. See https://github.com/Pylons/pyramid/issues/700 +- Be more tolerant of potential error conditions in ``match_param`` and + ``physical_path`` predicate implementations; instead of raising an exception, + return False. + Deprecations ------------ -- cgit v1.2.3 From 18a9aed5810a5680fc027b8c55c10bd67616d1b0 Mon Sep 17 00:00:00 2001 From: Robert Jackiewicz Date: Mon, 12 Nov 2012 12:47:23 -0500 Subject: Added changes to the CHANGES log. --- CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGES.txt') 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) ================== -- cgit v1.2.3 From fd77b5c78677109c7756a690d0e4be43895ae12a Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Mon, 12 Nov 2012 11:54:01 -0600 Subject: removed doc-update from changelog --- CHANGES.txt | 7 ------- 1 file changed, 7 deletions(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index c28597f0e..e40312c34 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -81,13 +81,6 @@ 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) ================== -- cgit v1.2.3