summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2014-11-11 01:15:23 -0600
committerMichael Merickel <michael@merickel.org>2014-11-11 01:15:23 -0600
commit46a268b3e0c3f80974bc9f4471afdc819ba28763 (patch)
treeca8bbb2b5225a8ce20088ee904d6ff0dc2c72cc5 /CHANGES.txt
parentb59b01cdb3ab8a435d50e841a2c62ad393b56414 (diff)
downloadpyramid-46a268b3e0c3f80974bc9f4471afdc819ba28763.tar.gz
pyramid-46a268b3e0c3f80974bc9f4471afdc819ba28763.tar.bz2
pyramid-46a268b3e0c3f80974bc9f4471afdc819ba28763.zip
update changelog
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index cf2cced51..4d697de64 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -58,6 +58,9 @@ Bug Fixes
add another callback to the list. See
https://github.com/Pylons/pyramid/pull/1373
+- Fix a failing unittest caused by differing mimetypes across various OSs.
+ See https://github.com/Pylons/pyramid/issues/1405
+
Docs
----