mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-15 08:44:46 +00:00
Add release notes portion of documentation
This commit is contained in:
parent
706520828d
commit
472e7c9589
34 changed files with 336 additions and 0 deletions
10
docs/source/release-notes/2.3.0.rst
Normal file
10
docs/source/release-notes/2.3.0.rst
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue