We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa3bd92 commit 4e4fd69Copy full SHA for 4e4fd69
1 file changed
documentation/changelog.rst
@@ -23,6 +23,24 @@ Release Notes
23
24
.. towncrier release notes start
25
26
+Classcore 1.2 (2025-06-05)
27
+==========================
28
+
29
+Enhancements
30
+------------
31
32
+- Fill out docstrings for all public classes and functions in package.
33
+- Integrate with Dynadoc. Adds special introspection control which avoid
34
+ docstring updates on immutable classes. Adds Dynadoc ``with_docstring``
35
+ decorator to set of decorators on standard classes.
36
37
38
+Repairs
39
+-------
40
41
+- Address Pyright complaints about metaclass arguments in ``class`` statements.
42
43
44
Classcore 1.1 (2025-05-01)
45
==========================
46
0 commit comments