summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-02-07 01:11:19 -0500
committerChris McDonough <chrism@plope.com>2012-02-07 01:17:05 -0500
commit22e0aae7ebb0963b1322af146c52830226941f60 (patch)
treed12cbe90c811e70bbc6c90cd8fa6724a6e82a8f4 /CHANGES.txt
parent9399c12f561a74cdba7a5758c78173083625e6a9 (diff)
downloadpyramid-22e0aae7ebb0963b1322af146c52830226941f60.tar.gz
pyramid-22e0aae7ebb0963b1322af146c52830226941f60.tar.bz2
pyramid-22e0aae7ebb0963b1322af146c52830226941f60.zip
- Internal: catch unhashable discriminators early (raise an error instead of
allowing them to find their way into resolveConflicts).
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 9edcbdbe8..7d20796e1 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,6 +7,9 @@ Features
- More informative error message when a ``config.include`` cannot find an
``includeme``. See https://github.com/Pylons/pyramid/pull/392.
+- Internal: catch unhashable discriminators early (raise an error instead of
+ allowing them to find their way into resolveConflicts).
+
Bug Fixes
---------