From 0608d4c719df026b58f497eb681a43a534b2b7c3 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Tue, 3 Sep 2024 19:33:11 +0100 Subject: [PATCH] Documentation for release 10.5.0 --- doc/changelog.txt | 9 +++++++++ doc/upgrading.txt | 4 ++++ 2 files changed, 13 insertions(+) diff --git a/doc/changelog.txt b/doc/changelog.txt index 787644aa..1c244ed2 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,3 +1,12 @@ +10.5.0 (released 03.09.2024) + +Features: +- ignorewarningsforurls setting to match URLs and warnings to ignore + +Fixes +- Documentation updates + + 10.4.0 (released 11.12.2023) Features: diff --git a/doc/upgrading.txt b/doc/upgrading.txt index 2fd4a6d1..ceb2c663 100644 --- a/doc/upgrading.txt +++ b/doc/upgrading.txt @@ -1,6 +1,10 @@ Upgrading ========= +Migrating from 10.4 to 10.5 +--------------------------- +No action needed. + Migrating from 10.3 to 10.4 --------------------------- Python 3.9 or newer is required.