diff options
| author | Chris McDonough <chrism@plope.com> | 2012-08-24 14:03:04 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-08-24 14:03:04 -0400 |
| commit | c9a0331f5f867a1ba3f13565f8c61cfa433bc8fc (patch) | |
| tree | f7d551ab7a5d96902958c8b50b643db9544aa104 | |
| parent | 20f2de54356741c1e682118b58ffcb9324599294 (diff) | |
| download | pyramid-c9a0331f5f867a1ba3f13565f8c61cfa433bc8fc.tar.gz pyramid-c9a0331f5f867a1ba3f13565f8c61cfa433bc8fc.tar.bz2 pyramid-c9a0331f5f867a1ba3f13565f8c61cfa433bc8fc.zip | |
garden
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index e799c8f00..d20257679 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -32,6 +32,11 @@ Bug Fixes differ in the case ('text/html' vs. 'text/HTML') will now raise an error. https://github.com/Pylons/pyramid/pull/620 +- Configurator.add_directive now accepts arbitrary callables like partials or + objects implementing ``__call__`` which dont have ``__name__`` and + ``__doc__`` attributes. See https://github.com/Pylons/pyramid/issues/621 + and https://github.com/Pylons/pyramid/pull/647. + Features -------- |
