summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-10-20 19:46:44 -0400
committerTres Seaver <tseaver@palladion.com>2014-10-20 19:46:44 -0400
commitf8cee4b3021fea94407414c1a33916b54859711c (patch)
tree414a79c72ca4047ef3384881a2a96305b072829a /CHANGES.txt
parentab2a77274584700fbcd508d294ff39cb81a99cfd (diff)
parentae6c883018560fe7b1ef02f21b1ceacf2e75528f (diff)
downloadpyramid-f8cee4b3021fea94407414c1a33916b54859711c.tar.gz
pyramid-f8cee4b3021fea94407414c1a33916b54859711c.tar.bz2
pyramid-f8cee4b3021fea94407414c1a33916b54859711c.zip
Merge pull request #1337 from Pylons/feature.root-package
add config.root_package attribute
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 38c348e67..d5ad8e094 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,6 +8,11 @@ Features
argument to ``pyramid.config.Configurator.add_static_view``: ``cachebust``.
See https://github.com/Pylons/pyramid/pull/1380
+- 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
---------