summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-12-03 03:00:15 -0500
committerChris McDonough <chrism@plope.com>2011-12-03 03:00:15 -0500
commit9d97b654057e621c4928fe597053d54aa5f63a8c (patch)
treec832778b74fac29527437320065e726322d6f154 /CHANGES.txt
parent6ab90035628ab282ba4e5433f5b9549c98a6df13 (diff)
downloadpyramid-9d97b654057e621c4928fe597053d54aa5f63a8c.tar.gz
pyramid-9d97b654057e621c4928fe597053d54aa5f63a8c.tar.bz2
pyramid-9d97b654057e621c4928fe597053d54aa5f63a8c.zip
add skeleton for using introspection chapter
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 6fdb03635..6ba72fc06 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -28,6 +28,10 @@ Features
- Configuration conflict reporting is reported in a more understandable way
("Line 11 in file..." vs. a repr of a tuple of similar info).
+- An configuration introspection system was added; see the narrative
+ documentation chapter entitled "Pyramid Configuration Introspection" for
+ more information.
+
- New APIs: ``pyramid.registry.Introspectable``,
``pyramid.config.Configurator.introspector``,
``pyramid.config.Configurator.introspectable``,
@@ -103,6 +107,11 @@ Documentation
- Minor updates to the ZODB Wiki tutorial.
+- A narrative documentation chapter named "Extending Pyramid Configuration"
+ was added; it describes how to add a new directive, and how use the
+ ``pyramid.config.Configurator.action`` method within custom directives. It
+ also describes how to add introspectable objects.
+
Scaffolds
---------