Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanIsCoding committed Feb 21, 2025
1 parent 2b1f7be commit 7d50f86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions newsfragments/4926.added.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Introduced a new optional parameter with `#[pyclass(generic)]`. This new
parameter makes classes support generic typing at the runtime following
[PEP 560](https://peps.python.org/pep-0560/). It is an alternative
to inheriting from [typing.Generic](https://docs.python.org/3/library/typing.html#typing.Generic).

0 comments on commit 7d50f86

Please sign in to comment.