summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-01-25 19:06:36 +0000
committerChris McDonough <chrism@agendaless.com>2009-01-25 19:06:36 +0000
commitea9348c7c7171db3a3b1f3e0be66005d587321f9 (patch)
treeeb488c453c3da78c29fa7b5cfaa9f9ca3d4c741d /CHANGES.txt
parentfa6ece9a5c4e97f9d903410d376bc74cf18ef006 (diff)
downloadpyramid-ea9348c7c7171db3a3b1f3e0be66005d587321f9.tar.gz
pyramid-ea9348c7c7171db3a3b1f3e0be66005d587321f9.tar.bz2
pyramid-ea9348c7c7171db3a3b1f3e0be66005d587321f9.zip
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 1faf5d76c..524ccf508 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,6 +8,8 @@ Features
invoked due to lack of permission. See the "ZCML Hooks" chapter in
the docs for more information.
+- Added Routes ZCML directive attribute explanations.
+
Behavior Changes
----------------
@@ -54,7 +56,6 @@ Implementation Changes
- Various speed micro-tweaks.
-
Bug Fixes
---------
@@ -116,7 +117,7 @@ Implementation Changes
of making its code slightly uglier.
New Modules
-===========
+-----------
- ``repoze.bfg.lru`` implements an LRU cache class and a decorator for
internal use.