From bc0947d9f98c9137419e46262412bdd023deb3ad Mon Sep 17 00:00:00 2001 From: Catherine Date: Wed, 15 Oct 2025 01:41:52 +0000 Subject: [PATCH] docs: changes: update for version 0.5.8. --- docs/changes.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index d9ac51fcd..fb309d464 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -9,6 +9,7 @@ Documentation for past releases Documentation for past releases of the Amaranth language and toolchain is available online: +* `Amaranth 0.5.8 `_ * `Amaranth 0.5.7 `_ * `Amaranth 0.5.6 `_ * `Amaranth 0.5.5 `_ @@ -95,6 +96,12 @@ Platform integration changes * Changed: the Gowin platform now uses ``nextpnr-himbaechel`` rather than ``nextpnr-gowin``. +Version 0.5.8 +============= + +Updated to address compatibility with Python 3.14. + + Version 0.5.7 =============