summaryrefslogtreecommitdiffhomepage
path: root/sites/www
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-05-31 18:26:10 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-05-31 18:26:10 -0700
commitafb479295d9b7ac096add5ea85f8c925a3bbc9a0 (patch)
tree88ec61193f04a1ff618036804242bfe6bd22d64d /sites/www
parent7c7568605ed02c36995f9e51e0bc5c6dfdac909b (diff)
parent4e0194dd1eb107b5b41f76958f641b5bced97540 (diff)
Merge branch '2.1'
Diffstat (limited to 'sites/www')
-rw-r--r--sites/www/changelog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 9ce03fdc..09edd3c2 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,10 @@
Changelog
=========
+* :support:`974 backported` Overhaul the codebase to be PEP-8, etc, compliant
+ (i.e. passes the maintainer's preferred `flake8 <http://flake8.pycqa.org/>`_
+ configuration) and add a ``flake8`` step to the Travis config. Big thanks to
+ Dorian Pula!
* :bug:`683` Make `util.log_to_file()` append instead of replace. Thanks
to ``@vlcinsky`` for the report.
* :release:`2.1.2 <2017-02-20>`