summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-12-23 21:11:30 +0000
committerChris McDonough <chrism@agendaless.com>2009-12-23 21:11:30 +0000
commit7696aab2e51ff7b49ae825219e79fed201f7163f (patch)
treed621a0ca09b9400663165ed94cb4f5caa3f63380 /CHANGES.txt
parent7144388b1fd10fec7a18de7ce1e7fc46c11a9ab6 (diff)
downloadpyramid-7696aab2e51ff7b49ae825219e79fed201f7163f.tar.gz
pyramid-7696aab2e51ff7b49ae825219e79fed201f7163f.tar.bz2
pyramid-7696aab2e51ff7b49ae825219e79fed201f7163f.zip
- Add ``hook_zca`` and ``unhook_zca`` methods to the ``Configurator``
API. - Add roles to configurator API docs.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 03414e8c3..b0f7a614f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,6 +6,9 @@ Features
- Add a ``**kw`` arg to the ``Configurator.add_settings`` API.
+- Add ``hook_zca`` and ``unhook_zca`` methods to the ``Configurator``
+ API.
+
Bug Fixes
---------