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

Commit 74e68b7

Browse files
committed
Release notes + preserve original API import.
1 parent dcff6aa commit 74e68b7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/release_notes.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ Release Notes
77
Current Development Version
88
---------------------------
99

10+
Major Updates
11+
12+
* ``pydocstyle`` is no longer a single file. This might make it difficult for
13+
some users to just add it to their project, but the project has reached
14+
certain complexity where splitting it into modules was necessary (#200).
15+
1016
New Features
1117

1218
* Added the optional error codes D212 and D213, for checking whether
@@ -33,6 +39,9 @@ Bug Fixes
3339
* Fixed a bug where an ``__all__`` error was reported when ``__all__`` was
3440
imported from another module with a different name (#182, #187).
3541

42+
* Fixed a bug where ``raise X from Y`` syntax caused ``pydocstyle`` to crash
43+
(#196, #200).
44+
3645
1.0.0 - January 30th, 2016
3746
--------------------------
3847

src/pydocstyle/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .checker import check

0 commit comments

Comments
 (0)