summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-12-16 22:05:13 +0000
committerChris McDonough <chrism@agendaless.com>2009-12-16 22:05:13 +0000
commit0bf2866211d095a18a5c61d7af644c8e17486e6e (patch)
tree9cc3aeee68706727eca773e8dc8d083c0a68c098 /CHANGES.txt
parent5f5f5c511e5338be9a68f58b01c0f81c70337d25 (diff)
downloadpyramid-0bf2866211d095a18a5c61d7af644c8e17486e6e.tar.gz
pyramid-0bf2866211d095a18a5c61d7af644c8e17486e6e.tar.bz2
pyramid-0bf2866211d095a18a5c61d7af644c8e17486e6e.zip
Bug Fixes
--------- - When a route with the same name as a previously registered route was added, the old route was not removed from the mapper's routelist. Symptom: the old registered route would be used (and possibly matched) during route lookup when it should not have had a chance to ever be used.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a74a901da..d84e8cb7f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,15 @@
+Next release
+============
+
+Bug Fixes
+---------
+
+- When a route with the same name as a previously registered route was
+ added, the old route was not removed from the mapper's routelist.
+ Symptom: the old registered route would be used (and possibly
+ matched) during route lookup when it should not have had a chance to
+ ever be used.
+
1.2a5 (2009-12-10)
==================