Add newsfragment on state of NG APIs

This commit is contained in:
Hynek Schlawack 2020-09-05 11:21:12 +02:00
parent c45472286a
commit 060d1efbdd
1 changed files with 9 additions and 0 deletions

View File

@ -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 <https://gist.github.com/hynek/1e3844d0c99e479e716169034b5fa963#file-attrs_ng_plugin-py>`_ 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.