diff options
| author | Chris McDonough <chrism@plope.com> | 2012-02-07 01:11:19 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-02-07 01:17:05 -0500 |
| commit | 22e0aae7ebb0963b1322af146c52830226941f60 (patch) | |
| tree | d12cbe90c811e70bbc6c90cd8fa6724a6e82a8f4 /CHANGES.txt | |
| parent | 9399c12f561a74cdba7a5758c78173083625e6a9 (diff) | |
| download | pyramid-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.txt | 3 |
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 --------- |
