From 8cf68dcdd6b48ec7d31763de46644fbb02813ecd Mon Sep 17 00:00:00 2001 From: Catherine Date: Mon, 12 May 2025 23:13:56 +0000 Subject: [PATCH] docs/changes: update for v0.5.5. --- docs/changes.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/changes.rst b/docs/changes.rst index d2414be52..20af961b5 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -9,7 +9,8 @@ Documentation for past releases Documentation for past releases of the Amaranth language and toolchain is available online: -* `Amaranth 0.5.4 `_ +* `Amaranth 0.5.5 `_ +* `Amaranth 0.5.4 `_ * `Amaranth 0.5.3 `_ * `Amaranth 0.5.2 `_ * `Amaranth 0.5.1 `_ @@ -23,6 +24,17 @@ Documentation for past releases of the Amaranth language and toolchain is availa * `Amaranth 0.3 `_ +Version 0.5.5 +============= + +Standard library changes +------------------------ + +.. currentmodule:: amaranth.lib + +* Added: :class:`amaranth.lib.wiring.FlippedInterface` is hashable. + + Version 0.5.4 =============