diff options
| author | Michael Merickel <michael@merickel.org> | 2013-04-19 03:36:43 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2013-04-19 03:37:19 -0500 |
| commit | c35b298f86b2591d7acd44ccb5b1e490269fca74 (patch) | |
| tree | deacd72715beea7c072e4c2c4089ef6408cae9f3 /CHANGES.txt | |
| parent | 1b6e82a0557fcba9b384c300e08b8f53e0bc5ee6 (diff) | |
| download | pyramid-c35b298f86b2591d7acd44ccb5b1e490269fca74.tar.gz pyramid-c35b298f86b2591d7acd44ccb5b1e490269fca74.tar.bz2 pyramid-c35b298f86b2591d7acd44ccb5b1e490269fca74.zip | |
update changes.txt
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 08e498b7a..9d934794a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -87,6 +87,11 @@ Bug Fixes of invoking the ``permits`` method of the authorization policy. See https://github.com/Pylons/pyramid/issues/954 +- Pyramid failed to install on some systems due to being packaged with + some test files containing higher order characters in their names. These + files have now been removed. See + https://github.com/Pylons/pyramid/issues/981 + 1.4 (2012-12-18) ================ |
