Skip to content

v1.5.2

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 04:07
· 54 commits to master since this release
v1.5.2
7b92fb3

Classcore v1.5.2 (2025-06-30)

Repairs

  • Standard Classes: Ensure that Dynadoc decorator applies last, after any
    decorators which may potentially replace classes (e.g., dataclass( slots = True )), so that the Dynadoc visitees weak set captures the correct reference
    to prevent multiple decoration.