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

Commit e266bfc

Browse files
committed
Update release_notes.rst
1 parent 4d847b2 commit e266bfc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/release_notes.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ Release Notes
55
Current Development Version
66
---------------------------
77

8+
Nothing here yet!
9+
10+
11+
0.6.0 - July 20th, 2015
12+
---------------------------
13+
814
New Features
915

1016
* Added support for more flexible error selections using ``--ignore``,
@@ -14,6 +20,13 @@ Bug Fixes
1420

1521
* Property setter and deleter methods are now treated as private and do not
1622
require docstrings separate from the main property method (#69, #107).
23+
24+
* Fixed an issue where pep257 did not accept docstrings that are both
25+
unicode and raw in Python 2.x (#116, #119).
26+
27+
* Fixed an issue where Python 3.x files with Unicode encodings were
28+
not read correctly (#118).
29+
1730

1831
0.5.0 - March 14th, 2015
1932
------------------------

0 commit comments

Comments
 (0)