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 6667345 commit 01b83ebCopy full SHA for 01b83eb
documentation/changelog.rst
@@ -23,6 +23,25 @@ Release Notes
23
24
.. towncrier release notes start
25
26
+Classcore 1.5 (2025-06-24)
27
+==========================
28
+
29
+Enhancements
30
+------------
31
32
+- Improve docstrings for various public type aliases. Also, drop ``Fname``
33
+ references from public type aliases, such as ``Decorators`` so that they can be
34
+ reused in downstream packages.
35
36
37
+Repairs
38
+-------
39
40
+- Ensure that replacement implementations (``assigner_core``, ``deleter_core``,
41
+ and ``surveyor_core``) are inherited so that behaviors do not regress to
42
+ standard baseline behaviors in descendant classes.
43
44
45
Classcore 1.4.2 (2025-06-11)
46
============================
47
0 commit comments