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

Commit 3749f63

Browse files
committed
Updated release notes.
1 parent 83fd2f9 commit 3749f63

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/release_notes.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ Current Development Version
1010
Major Updates
1111

1212
* Support for Python 2.6 has been dropped (#206, #217).
13+
* Support for the ``pep257`` console script has been dropped. Only the
14+
``pydocstyle`` console script should be used (#216, #218).
15+
16+
New Features
17+
1318
* Decorator-based skipping via ``--ignore-decorators`` has been added (#204).
1419

1520
Bug Fixes
@@ -21,8 +26,8 @@ Bug Fixes
2126

2227
Bug Fixes
2328

24-
* Fixed an issue where the `flake8-docstrings` failed when accessing some
25-
public API from `pydocstyle`.
29+
* Fixed an issue where the ``flake8-docstrings`` failed when accessing some
30+
public API from ``pydocstyle``.
2631

2732

2833
1.1.0 - September 29th, 2016

0 commit comments

Comments
 (0)