summaryrefslogtreecommitdiff
path: root/doc/changelog.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-13 20:25:49 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-13 20:27:37 +0100
commit739ebd5e3e01319810cbdfce68ff9d56d2cdff77 (patch)
tree0c76dc9718c05c08ac7aa12ca8db009e9c99d1fd /doc/changelog.asciidoc
parent8d853c681bcae5ef39a6a6c73bb235325f030309 (diff)
downloadqutebrowser-739ebd5e3e01319810cbdfce68ff9d56d2cdff77.tar.gz
qutebrowser-739ebd5e3e01319810cbdfce68ff9d56d2cdff77.zip
dataclasses: Remaining dependency changesdataclass
See #6023
Diffstat (limited to 'doc/changelog.asciidoc')
-rw-r--r--doc/changelog.asciidoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index c338d1545..58fbecb6f 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -54,6 +54,8 @@ Major changes
Python versions up to and including 3.8. Note that the stdlib
`importlib.resources` module for Python 3.7 and 3.8 is missing the needed APIs,
thus requiring the backports for those versions as well.
+- The former dependency on the `attrs`/`attr` package is now dropped.
+- On Python 3.6, a new dependency on the `dataclasses` backport is now required.
Removed
~~~~~~~