summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-08-10 14:30:00 -0400
committerChris McDonough <chrism@plope.com>2011-08-10 14:30:00 -0400
commit1939d00839e805f44680512b7952f4c1aff32a7c (patch)
tree2f7eb385229e8c59bf6613bd246f8c0f5cf04892 /CHANGES.txt
parent0818584847df63dbbe88ac5d1447ffbbb820eb08 (diff)
downloadpyramid-1939d00839e805f44680512b7952f4c1aff32a7c.tar.gz
pyramid-1939d00839e805f44680512b7952f4c1aff32a7c.tar.bz2
pyramid-1939d00839e805f44680512b7952f4c1aff32a7c.zip
- Fixed an issue with the default renderer not working at certain times. See
https://github.com/Pylons/pyramid/issues/249 Closes #249.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 87b8ca53f..208662150 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -75,6 +75,12 @@ Documentation
- Added a "Displaying Tweens" section to the "Command-Line Pyramid" narrative
chapter.
+Bug Fixes
+---------
+
+- Fixed an issue with the default renderer not working at certain times. See
+ https://github.com/Pylons/pyramid/issues/249
+
1.1 (2011-07-22)
================