From fe417289979c168f261f1a887588d5cbf3c3a0fa Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 10 Nov 2010 17:04:03 -0500 Subject: - New API method: ``pyramid.settings.asbool``. --- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES.txt') 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 --------- -- cgit v1.2.3