Skip to content

Commit 5d87209

Browse files
committed
docs/changes: link to RFC.
1 parent f602ce1 commit 5d87209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Language changes
3333
* Changed: :meth:`Value.cast` casts :class:`ValueCastable` objects recursively.
3434
* 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.
3535
* Changed: :class:`Cat` accepts instances of classes derived from both :class:`enum.Enum` and :class:`int` (including :class:`enum.IntEnum`) without warning.
36-
* Deprecated: :meth:`Const.normalize`.
36+
* Deprecated: :meth:`Const.normalize`. (`RFC 5 <https://amaranth-lang.org/rfcs/0005-remove-const-normalize.html>`_)
3737
* Removed: (deprecated in 0.1) casting of :class:`Shape` to and from a ``(width, signed)`` tuple.
3838
* Removed: (deprecated in 0.3) :class:`ast.UserValue`.
3939
* Removed: (deprecated in 0.3) support for ``# nmigen:`` linter instructions at the beginning of file.

0 commit comments

Comments
 (0)