summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2021-10-01 15:09:52 -0400
committerJeff Forcier <jeff@bitprophet.org>2021-10-01 15:09:52 -0400
commit6359fb16d4d31a0ae1cdca865dd428334023a363 (patch)
tree061eda59ea53e1acf944ccc7dd8a62ea2dc096da /sites
parenta5157531f3811f3ff48f15355bbc29b23a0b607b (diff)
downloadparamiko-6359fb16d4d31a0ae1cdca865dd428334023a363.tar.gz
Changelog re: administrivia overhaul
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