mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-16 09:09:52 +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
13
docs/source/release-notes/2.5.1.rst
Normal file
13
docs/source/release-notes/2.5.1.rst
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
2.5.1 - 2015-12-08
|
||||
------------------
|
||||
|
||||
- **Bug** Properly look for ``.flake8`` in current working directory
|
||||
(`GitLab#103`_)
|
||||
|
||||
- **Bug** Monkey-patch ``pep8.stdin_get_value`` to cache the actual value in
|
||||
stdin. This helps plugins relying on the function when run with
|
||||
multiprocessing. (`GitLab#105`_, `GitLab#107`_)
|
||||
|
||||
.. _GitLab#103: https://gitlab.com/pycqa/flake8/issues/103
|
||||
.. _GitLab#105: https://gitlab.com/pycqa/flake8/issues/105
|
||||
.. _GitLab#107: https://gitlab.com/pycqa/flake8/issues/107
|
||||
Loading…
Add table
Add a link
Reference in a new issue