From 5d872096a726cdbd38aff028c43b1f290408fe1c Mon Sep 17 00:00:00 2001 From: Catherine Date: Mon, 27 Feb 2023 18:28:52 +0000 Subject: [PATCH] docs/changes: link to RFC. --- docs/changes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changes.rst b/docs/changes.rst index 6dc6b17..07acfb6 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -33,7 +33,7 @@ Language changes * Changed: :meth:`Value.cast` casts :class:`ValueCastable` objects recursively. * Changed: :meth:`Value.cast` treats instances of classes derived from both :class:`enum.Enum` and :class:`int` (including :class:`enum.IntEnum`) as enumerations rather than integers. * Changed: :class:`Cat` accepts instances of classes derived from both :class:`enum.Enum` and :class:`int` (including :class:`enum.IntEnum`) without warning. -* Deprecated: :meth:`Const.normalize`. +* Deprecated: :meth:`Const.normalize`. (`RFC 5 `_) * Removed: (deprecated in 0.1) casting of :class:`Shape` to and from a ``(width, signed)`` tuple. * Removed: (deprecated in 0.3) :class:`ast.UserValue`. * Removed: (deprecated in 0.3) support for ``# nmigen:`` linter instructions at the beginning of file.