diff options
| author | Chris McDonough <chrism@plope.com> | 2012-01-22 00:28:47 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-01-22 00:28:47 -0500 |
| commit | f8bfc6ceed3b6d059749c4baf2feec71a8211694 (patch) | |
| tree | aec41f6e56c2d82bf8e28424dc7cc1e34da27415 /CHANGES.txt | |
| parent | a3a71196b3f105b48caf0ce0f28e10cc02d9012e (diff) | |
| download | pyramid-f8bfc6ceed3b6d059749c4baf2feec71a8211694.tar.gz pyramid-f8bfc6ceed3b6d059749c4baf2feec71a8211694.tar.bz2 pyramid-f8bfc6ceed3b6d059749c4baf2feec71a8211694.zip | |
- More informative error message when a ``config.include`` cannot find an
``includeme``. See https://github.com/Pylons/pyramid/pull/392.
Closes #392.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 81f420a84..2a8515d01 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,12 @@ Next release ============ +Features +-------- + +- More informative error message when a ``config.include`` cannot find an + ``includeme``. See https://github.com/Pylons/pyramid/pull/392. + Bug Fixes --------- |
