We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5003088 commit 5570f9aCopy full SHA for 5570f9a
1 file changed
CHANGELOG
@@ -1,3 +1,11 @@
1
+0.11.6 (2025-03-20)
2
+======
3
+ - Fix `TypeError: Expected a list of types, an ellipsis, ParamSpec, or Concatenate.`
4
+ with `collections.abc.Callable` on Python 3.10. (#454)
5
+ - Remove use of `pdoc.Doc.__slots__`.
6
+ - Fix broken anchor tags in --pdf mode (#455)
7
+ - Fix dataclass attributes shown as class variables instead of instance variables.
8
+
9
0.11.5 (2024-12-13)
10
======
11
- A few default HTML template improvements
0 commit comments