summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 5d5c2953..8d446990 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,18 @@
Changelog
=========
+- :support:`-` Administrivia overhaul, including but not limited to:
+
+ - Migrate CI to CircleCI
+ - Primary dev branch is now ``main`` (renamed)
+ - Many README edits for clarity, modernization etc; including a bunch more
+ (and consistent) status badges
+ - PyPI page much more fleshed out (long_description is now filled in with the
+ README; sidebar links expanded; etc)
+ - flake8, pytest configs split out of setup.cfg into their own files
+ - Invoke/invocations (used by maintainers/contributors) upgraded to modern
+ versions
+
- :bug:`1462` (via :issue:`1882`) Newer server-side key exchange algorithms not
intended to use SHA1 (``diffie-hellman-group14-sha256``,
``diffie-hellman-group16-sha512``) were incorrectly using SHA1 after all, due