We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0073fae commit f358893Copy full SHA for f358893
CHANGELOG
@@ -1,3 +1,12 @@
1
+0.10.0 (2021-08-03)
2
+======
3
+ - Python 3.6+ required.
4
+ - New support for variable doc-comments (directly above variable definition
5
+ or on the same line; starting with '#:').
6
+ - Improved formatting of typing annotations.
7
+ - Respect `PYTHONWARNINGS` environment variable.
8
+ - Various other small bugs and fixes.
9
+
10
0.9.2 (2020-11-25)
11
=====
12
- Stop touching objects blacklisted with `__pdoc__`.
0 commit comments