summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-11-21 05:22:14 +0000
committerChris McDonough <chrism@agendaless.com>2009-11-21 05:22:14 +0000
commitb3018eb842b7e3ff69ce2bfc8e6b16b21d879f20 (patch)
tree00e8aea6123c70abd36959d5431b11cba9d3c007
parent687debd118c601a261cd0a32905c5f5a18515c5c (diff)
downloadpyramid-b3018eb842b7e3ff69ce2bfc8e6b16b21d879f20.tar.gz
pyramid-b3018eb842b7e3ff69ce2bfc8e6b16b21d879f20.tar.bz2
pyramid-b3018eb842b7e3ff69ce2bfc8e6b16b21d879f20.zip
Changelog.
-rw-r--r--CHANGES.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ccda60d52..56d35bd20 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -134,6 +134,18 @@ Backwards Incompatibilites
add an attribute to your unit test request object named
``registry`` with the result.
+1.1.1 (2009-11-21)
+==================
+
+Bug Fixes
+---------
+
+- "Hybrid mode" applications (applications which explicitly used
+ traversal *after* url dispatch via ``<route>`` paths containing the
+ ``*traverse`` element) were broken in 1.1-final and all 1.1 alpha
+ and beta releases. Views registered without a ``route_name`` route
+ shadowed views registered with a ``route_name`` inappropriately.
+
1.1 (2009-11-15)
================