summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-17 18:41:02 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-17 18:41:02 +0100
commit76d9c7f6ea89bdf3c3550e418fa53ffca1cbd8a2 (patch)
treed72af4922b0f097bdbcf7fc8a836d25071b7a885 /doc
parentb73f93fb1fab53ba9f699c76c14103bcc9aa7434 (diff)
downloadqutebrowser-76d9c7f6ea89bdf3c3550e418fa53ffca1cbd8a2.tar.gz
qutebrowser-76d9c7f6ea89bdf3c3550e418fa53ffca1cbd8a2.zip
Update comments/changelog
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.asciidoc16
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index a88ece965..e9f71ecf0 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -22,14 +22,16 @@ Major changes
~~~~~~~~~~~~~
- Quick checklist for packagers:
- * Ensure you're providing at least Python 3.6.1
- * Ensure you're providing at least Qt 5.12 and PyQt 5.12
+ * Ensure you're providing at least Python 3.6.1.
+ * Ensure you're providing at least Qt 5.12 and PyQt 5.12.
* Add a new optional dependency on the Python `adblock` library (if packaged -
- if not, consider packaging it, albeit optional it's very useful for users)
- * Remove the `cssutils` optional dependency (if present)
- * Remove the `attrs` (`attr`) dependency
- * Remove the `pypeg2` dependency
- * Move the `pygments` dependency from required to optional
+ if not, consider packaging it, albeit optional it's very useful for users).
+ * Remove the `cssutils` optional dependency (if present).
+ * Remove the `attrs` (`attr`) dependency.
+ * Remove the `pypeg2` dependency (and perhaps consider dropping the package
+ if not used elsewhere - it's https://fdik.org/pyPEG2/[inactive upstream]
+ and the repository was removed by Bitbucket).
+ * Move the `pygments` dependency from required to optional.
* TODO: Move the `setuptools` dependency from runtime (for `pkg_resources`) to
build-time.
* For Python 3.6, 3.7 or 3.8, add a dependency on the `importlib_resources`