diff options
| author | Chris McDonough <chrism@plope.com> | 2012-02-22 22:09:30 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-02-22 22:09:30 -0500 |
| commit | b0ebdf0bf54b1eb40d714710e1fcaf24a055003e (patch) | |
| tree | 8d6dcf05d708932b5506f797330afeef210c92ea /CHANGES.txt | |
| parent | f2f67edd97b9525ae6c6a20a09a9afa9189c018e (diff) | |
| download | pyramid-b0ebdf0bf54b1eb40d714710e1fcaf24a055003e.tar.gz pyramid-b0ebdf0bf54b1eb40d714710e1fcaf24a055003e.tar.bz2 pyramid-b0ebdf0bf54b1eb40d714710e1fcaf24a055003e.zip | |
- ``pyramid.config.Configurator.with_package`` didn't work if the
Configurator was an old-style ``pyramid.configuration.Configurator``
instance.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index bcedb19a1..d07d49f8b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,13 @@ +Next release +============ + +Bug Fixes +--------- + +- ``pyramid.config.Configurator.with_package`` didn't work if the + Configurator was an old-style ``pyramid.configuration.Configurator`` + instance. + 1.3a9 (2012-02-22) ================== |
