diff --git a/changelog.d/668.breaking.rst b/changelog.d/668.breaking.rst new file mode 100644 index 00000000..f967e476 --- /dev/null +++ b/changelog.d/668.breaking.rst @@ -0,0 +1,9 @@ +``attr.define()``, ``attr.frozen()``, ``attr.mutable()``, and ``attr.field()`` remain **provisional**. + +This release fixes a bunch of bugs and ergonomics but they remain mostly unchanged. + +If you wish to use them together with mypy, you can simply drop `this plugin `_ into your project. + +Feel free to provide feedback to them in the linked issue #668. + +We will release the ``attrs`` namespace once we have the feeling that the APIs have properly settled.