Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Updated docs for 3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nurdok committed Oct 14, 2018
1 parent ff808f3 commit de46bc0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@ Release Notes
**pydocstyle** version numbers follow the
`Semantic Versioning <http://semver.org/>`_ specification.

Current development version
---------------------------
3.0.0 - October 14th, 2018
--------------------------

Major Updates

* Support for Python 3.3 has been dropped (#315, #316).
* Added support for Python 3.7 (#324).

New features

* Violations are now reported on the line where the docstring starts, not the
line of the ``def``/``class`` it corresponds to (#238, #83).
* Updated description of pep257 and numpy conventions (#300).
* Added support for Python 3.7 (#324).
* ``__all__`` parsing is now done on a best-effort basis - if ``__all__`` can't
be statically determined, it will be ignored (#320, #313).

Bug Fixes

* Fixed a false-positive recognition of section names causing D405 to be
reported (#311, #317).
* Fixed a bug where functions that don't end with a newline will sometimes raise
an exception (#321, #336).
* Fixed a bug where functions that don't end with a newline will sometimes
raise an exception (#321, #336).


2.1.1 - October 9th, 2017
Expand Down

0 comments on commit de46bc0

Please sign in to comment.