summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2020-11-05 10:02:41 +0100
committerHynek Schlawack <hs@ox.cx>2020-11-05 10:02:41 +0100
commitd23924f765d09f77e87a5c51c1685df0d721b469 (patch)
treef5c8a88fb4cb055b81c30f4b34d6767fc31ced8f
parentcd2f886d6372dca288abf9d999b3e35dacd9ced6 (diff)
downloadattrs-d23924f765d09f77e87a5c51c1685df0d721b469.tar.gz
Add provisional notice
-rw-r--r--changelog.d/668.breaking.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/changelog.d/668.breaking.rst b/changelog.d/668.breaking.rst
new file mode 100644
index 0000000..66656e3
--- /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 does **not** change 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 <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.