diff --git a/changelog.d/1009.change.rst b/changelog.d/1009.change.rst new file mode 100644 index 000000000..c9982c71f --- /dev/null +++ b/changelog.d/1009.change.rst @@ -0,0 +1,2 @@ +``attrs``'s pickling methods now use dicts instead of tuples. +That is safer and more robust across differnt versions of a class.