From e1a45facda67568def903d24629fbd94d4a96f57 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Mon, 3 Jan 2022 23:23:17 +0100 Subject: [PATCH] Add a changelog section for the release v8.6.0 --- CHANGES.rst | 28 ++++++++++++++++++++++++++++ docs/history.rst | 4 ++++ 2 files changed, 32 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 85ea7a7c3e..8a26922da4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,31 @@ +.. scm-version-title:: v8.6.0 + +Significant improvements: + +- :issue:`384` via :pr:`385`, :pr:`406`: Exposed type stubs with + annotations for public API -- by :user:`kasium`. + +- :pr:`401` (related to the :pr:`352` effort): Started reusing the + the ``expriration_interval`` setting in the low-level + :py:func:`~select.select` invocation, effectively reducing the system + load under the Windows OS when idle, that is noticeable on low-end + hardware systems -- by :user:`MichaIng`. + +Internal changes: + +- Implemented a manual-trigger-based release workflow. +- Integrated publishing GitHub Releases into the workflow. +- Migrated the docs theme to `Furo `__ + (created by :user:`pradyunsg`). +- Attempted to improve the stability of testing. +- Configured the CI to test the same distribution as will be shipped. +- Improved the linting setup and contributor checklists. +- Stopped running tests under Ubuntu 16.04. +- Tweaked the distribution packages metadata to satisfy strict checks. +- Implemented distribution build reproducibility using a pip constraints + lock-file. +- Added per-environment lock-files into the tox test environments. + .. scm-version-title:: v8.5.2 - :issue:`358` via :pr:`359`: Fixed a regression from diff --git a/docs/history.rst b/docs/history.rst index 907000bf27..c3a2c4af00 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,5 +1,9 @@ :tocdepth: 2 +.. spelling:: + + reproducibility + .. _changes: History