diff --git a/changelog.d/847.change.rst b/changelog.d/847.change.rst index c4657bffd..d8c4e9bd2 100644 --- a/changelog.d/847.change.rst +++ b/changelog.d/847.change.rst @@ -1,2 +1 @@ -Attrs classes are now fully compatible with cloudpickle. -`#847 `_ +``attrs`` classes are now fully compatible with `cloudpickle `_ (no need to disabled ``repr`` anymore).