Skip to content

Commit f951b91

Browse files
wanda-phiwhitequark
authored andcommitted
docs/changes: add missing Value.implies deprecation.
1 parent 4e28140 commit f951b91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/changes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Apply the following changes to code written against Amaranth 0.4 to migrate it t
6868
* Update uses of :meth:`Simulator.run_until <amaranth.sim.Simulator.run_until>` to remove the :py:`run_passive=True` argument. If the code uses :py:`run_passive=False`, ensure it still works with the new behavior.
6969
* Update uses of :py:`amaranth.utils.log2_int(need_pow2=False)` to :func:`amaranth.utils.ceil_log2`.
7070
* Update uses of :py:`amaranth.utils.log2_int(need_pow2=True)` to :func:`amaranth.utils.exact_log2`.
71+
* Replace uses of :py:`a.implies(b)` with `~a | b`.
7172

7273

7374
Implemented RFCs
@@ -138,6 +139,7 @@ Language changes
138139
* Deprecated: :func:`amaranth.utils.log2_int`. (`RFC 17`_)
139140
* Deprecated: :class:`amaranth.hdl.Memory`. (`RFC 45`_)
140141
* Deprecated: upwards propagation of clock domains. (`RFC 59`_)
142+
* Deprecated: :meth:`Value.implies`.
141143
* Removed: (deprecated in 0.4) :meth:`Const.normalize`. (`RFC 5`_)
142144
* Removed: (deprecated in 0.4) :class:`Repl`. (`RFC 10`_)
143145
* Removed: (deprecated in 0.4) :class:`ast.Sample`, :class:`ast.Past`, :class:`ast.Stable`, :class:`ast.Rose`, :class:`ast.Fell`.

0 commit comments

Comments
 (0)