From a2f3c544eef8d55f29f115663eb33a467cc01178 Mon Sep 17 00:00:00 2001 From: Catherine Date: Mon, 11 Dec 2023 22:47:27 +0000 Subject: [PATCH] Release version 0.4. --- docs/changes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index cc3662d50..cafa934db 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -4,8 +4,8 @@ Changelog This document describes changes to the public interfaces in the Amaranth language and standard library. It does not include most bug fixes or implementation changes. -Version 0.4 (unreleased) -======================== +Version 0.4 +=========== Support has been added for a new and improved way of defining data structures in :mod:`amaranth.lib.data` and component interfaces in :mod:`amaranth.lib.wiring`, as defined in `RFC 1`_ and `RFC 2`_. :class:`Record` has been deprecated. In a departure from the usual policy, to give designers additional time to migrate, :class:`Record` will be removed in Amaranth 0.6 (one release later than normal).