#431: Doc comments for attributes can now be given on the same line as the assignment.

This commit is contained in:
Georg Brandl
2011-01-15 15:40:59 +01:00
parent bb7b30d912
commit a63230f12d
4 changed files with 38 additions and 4 deletions

View File

@@ -81,6 +81,9 @@ Release 1.1 (in development)
* #306: Added :event:`env-get-outdated` event.
* #431: Doc comments for attributes can now be given on the same line as
the assignment.
* #590: Added ``caption`` option to graphviz directives.
* #537: Added :confval:`nitpick_ignore`.