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

Commit 1df1399

Browse files
committed
Updated release notes.
1 parent 45cb971 commit 1df1399

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/release_notes.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,17 @@ New Features
1313
the summary of a multi-line docstring starts at the first line,
1414
respectively at the second line (#174).
1515

16-
* Added D404 - First word of the docstring should not be `This`. It is turned
16+
* Added D404 - First word of the docstring should not be "This". It is turned
1717
off by default (#183).
1818

1919
Bug Fixes
2020

2121
* The error code D300 is now also being reported if a docstring has
2222
uppercase literals (``R`` or ``U``) as prefix (#176).
2323

24+
* Fixed a bug where an ``__all__`` error was reported when ``__all__`` was
25+
imported from another module with a different name (#182, #187).
26+
2427
1.0.0 - January 30th, 2016
2528
--------------------------
2629

0 commit comments

Comments
 (0)