diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-05-31 18:26:08 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-05-31 18:26:08 -0700 |
commit | a46aacaa1353c7ac7befb6e065959b1b5ccfdff0 (patch) | |
tree | 98a5879a913d036bfa079e9a45477c614a4e154c /sites/www | |
parent | f561a53d60b92332620e8c923a54cd0443323cad (diff) |
Changelog closes #974
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/changelog.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 809e32c9..f7adf14a 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.0.5 <2017-02-20>` |