From d93ea2929c516a5bf1f2d2ad5177cf42a1fef7c0 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 16 Jan 2011 01:33:31 -0500 Subject: - Add ``add_directive`` method to configurator, which allows framework extenders to add methods to the configurator (ala ZCML directives). --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index fc1a53dd7..e00c59a1f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -19,6 +19,9 @@ Features - Add ``charset`` attribute to ``pyramid.testing.DummyRequest`` (unconditionally ``UTF-8``). +- Add ``add_directive`` method to configurator, which allows framework + extenders to add methods to the configurator (ala ZCML directives). + Paster Templates ---------------- -- cgit v1.2.3