diff options
| author | Michael Merickel <michael@merickel.org> | 2014-11-13 15:47:21 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2014-11-13 15:47:21 -0600 |
| commit | c617b7df97a326ca010ddb196978169e2a178c4a (patch) | |
| tree | 18e284ff5bf44d9fe346eb44101348de3ccd3e40 /CHANGES.txt | |
| parent | 55a2d25e9523e56d3ee32f1b17f02811873db74d (diff) | |
| download | pyramid-c617b7df97a326ca010ddb196978169e2a178c4a.tar.gz pyramid-c617b7df97a326ca010ddb196978169e2a178c4a.tar.bz2 pyramid-c617b7df97a326ca010ddb196978169e2a178c4a.zip | |
update changelog for fixes from #1453
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index b5d08c8ff..76f9bc84e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -12,8 +12,8 @@ Features parameter to assist with includeable packages that wish to resolve resources relative to the package in which the ``Configurator`` was created. This is especially useful for addons that need to load asset specs from - settings, in which case it is natural for a user to define things relative - to their own packages. + settings, in which case it is may be natural for a developer to define + imports or assets relative to the top-level package. See https://github.com/Pylons/pyramid/pull/1337 - Added line numbers to the log formatters in the scaffolds to assist with @@ -30,6 +30,9 @@ Features ``config.add_notfound_view`` and ``config.add_forbidden_view``.. See https://github.com/Pylons/pyramid/issues/494 +- Greatly improve the readability of the ``pcreate`` shell script output. + See https://github.com/Pylons/pyramid/pull/1453 + Bug Fixes --------- |
