You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## 1.3.0 (2021-02-13)
6
6
7
-
- Add support for changing the usage width
7
+
- Add support for changing the usage width via the `usage_width` option on the directive
8
+
- Mark document as always needs update (as the underlying content is coming from outside the sphinx documents)
9
+
- Help messages is now interpreted as reStructuredText
10
+
- Matching curly braces, single and double quotes in help text will be marked as string literals
11
+
- Help messages containing the ``default(s)`` word do not show the default value (as often this indicates the default is already documented in the help text)
0 commit comments