Skip to content

Commit

Permalink
add WIP changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum committed Oct 30, 2024
1 parent 0b8d5fa commit 245300b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions newsfragments/4566.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* The `pyclass` macro now creates a rust type that is `Sync` by default. If you
would like to opt out of this, annotate your class with
`pyclass(unsendable)`. See the migraiton guide entry (INSERT GUIDE LINK HERE)
for more information on updating to accommadate this change.

0 comments on commit 245300b

Please sign in to comment.