summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-09-06 21:19:43 -0400
committerChris McDonough <chrism@plope.com>2011-09-06 21:19:43 -0400
commit342e5fcd79684cc2bfcb2cd0e0bbd027fd50ce24 (patch)
tree9f0930812090619d0f9b2f0fdeee9b86a6b130c0 /CHANGES.txt
parentdc98227171b49237d5236a2fbac0889b7cc07da4 (diff)
downloadpyramid-342e5fcd79684cc2bfcb2cd0e0bbd027fd50ce24.tar.gz
pyramid-342e5fcd79684cc2bfcb2cd0e0bbd027fd50ce24.tar.bz2
pyramid-342e5fcd79684cc2bfcb2cd0e0bbd027fd50ce24.zip
formatting
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a4f3a4a43..0d43b97da 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -10,7 +10,8 @@ Internal
- Fixed test suite; on some systems tests would fail due to indeterminate
test run ordering and a double-push-single-pop of a shared test variable.
-- Replaced use of ``paste.urlparser.StaticURLParser`` with a derivative of Chris Rossi's "happy" static file serving code.
+- Replaced use of ``paste.urlparser.StaticURLParser`` with a derivative of
+ Chris Rossi's "happy" static file serving code.
Behavior Differences
--------------------