summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-11-10 17:04:03 -0500
committerChris McDonough <chrism@plope.com>2010-11-10 17:04:03 -0500
commitfe417289979c168f261f1a887588d5cbf3c3a0fa (patch)
tree671917c978ee75ffad8bbcf97d7da615eb9142cf /CHANGES.txt
parent51c305c772150a8ee8b12c5dbdcb1fc30cb3a251 (diff)
downloadpyramid-fe417289979c168f261f1a887588d5cbf3c3a0fa.tar.gz
pyramid-fe417289979c168f261f1a887588d5cbf3c3a0fa.tar.bz2
pyramid-fe417289979c168f261f1a887588d5cbf3c3a0fa.zip
- New API method: ``pyramid.settings.asbool``.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 6bfb47054..15819b257 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -11,6 +11,8 @@ Features
- Added class vars ``matchdict`` and ``matched_route`` to
``pyramid.request.Request``. Each is set to ``None``.
+- New API method: ``pyramid.settings.asbool``.
+
Bug Fixes
---------