diff options
| author | Michael Merickel <michael@merickel.org> | 2014-05-07 22:54:40 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2014-10-20 18:00:44 -0500 |
| commit | ae6c883018560fe7b1ef02f21b1ceacf2e75528f (patch) | |
| tree | 44f57e1f08295368dc8d15c579760b78cbc4e758 /CHANGES.txt | |
| parent | 282b0fe8c7f0a5e0fa118c222966712ef2f23bcf (diff) | |
| download | pyramid-ae6c883018560fe7b1ef02f21b1ceacf2e75528f.tar.gz pyramid-ae6c883018560fe7b1ef02f21b1ceacf2e75528f.tar.bz2 pyramid-ae6c883018560fe7b1ef02f21b1ceacf2e75528f.zip | |
add config.root_package attribute
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 63987d980..d66534752 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,11 @@ Features - Cache busting for static resources has been added and is available via a new argument to ``pyramid.config.Configurator.add_static_view``: ``cachebust``. +- Add ``pyramid.config.Configurator.root_package`` attribute and init + parameter to assist with includeable packages that wish to resolve + resources relative to the package in which the ``Configurator`` was created. + See https://github.com/Pylons/pyramid/pull/1337 + Bug Fixes --------- |
