diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 413be11d3..3773a973d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -130,7 +130,7 @@ Backward-incompatible Changes - ``attr.define()``, ``attr.frozen()``, ``attr.mutable()``, and ``attr.field()`` remain **provisional**. - This release does **not** change change anything about them and they are already used widely in production though. + This release does **not** change anything about them and they are already used widely in production though. If you wish to use them together with mypy, you can simply drop `this plugin `_ into your project.