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.