summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2009-07-20 14:56:09 +0000
committerTres Seaver <tseaver@palladion.com>2009-07-20 14:56:09 +0000
commit14bfc6c150233020eb27d67c1d1cdb8699d9b22e (patch)
tree9f792e11f74b041d553c603a60b9ef63e6e2e826 /CHANGES.txt
parenta95805481a0fbaa9ef888751f55549245094cd08 (diff)
downloadpyramid-14bfc6c150233020eb27d67c1d1cdb8699d9b22e.tar.gz
pyramid-14bfc6c150233020eb27d67c1d1cdb8699d9b22e.tar.bz2
pyramid-14bfc6c150233020eb27d67c1d1cdb8699d9b22e.zip
Fixed documentation bug showing invalid test for values from the ``matchdict``.
o They are stored as attributes of the ``Article``, rather than subitems.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 6b6ce3de4..551368b24 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,10 @@
Next release
============
+- Fixed documentation bug showing invalid test for values from the
+ ``matchdict``: they are stored as attributes of the ``Article``, rather
+ than subitems.
+
- Fixed documentation bug showing wrong environment key for the ``matchdict``
produced by the matching route.