From 7b944b65ab72fcdf2be75cf5f077c7b524d4ce83 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Fri, 8 Feb 2013 16:57:53 -0500 Subject: [PATCH] Remove pep8 changes from the changelog. --- docs/source/changes.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/source/changes.rst b/docs/source/changes.rst index ff63c2a..b01b3ec 100644 --- a/docs/source/changes.rst +++ b/docs/source/changes.rst @@ -3,14 +3,12 @@ * Include a license, readme, and ``requirements.txt`` in distributions. * Improve inspection with ``dir()`` for ``pecan.request`` and ``pecan.response`` -* Fix a pep8 spacing violation. * Fix a bug which prevented pecan applications from being mounted at WSGI virtual paths. 0.2.0 ===== -* Resolve a few pep8 issues. * Update base project scaffolding tests to be more repeatable. * Add an application-level configuration option to disable content-type guessing by URL * Fix the wrong test dependency on Jinja, it's Jinja2.