Add release notes portion of documentation

This commit is contained in:
Ian Cordasco 2016-06-14 09:58:24 -05:00
parent 706520828d
commit 472e7c9589
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A
34 changed files with 336 additions and 0 deletions

View file

@ -0,0 +1,10 @@
2.3.0 - 2015-01-04
------------------
- **Feature**: Add ``--output-file`` option to specify a file to write to
instead of ``stdout``.
- **Bug** Fix interleaving of output while using multiprocessing
(`GitLab#17`_)
.. _GitLab#17: https://gitlab.com/pycqa/flake8/issues/17