Skip to content

Commit 8501d9d

Browse files
committed
docs/changes: fix formatting.
1 parent fc7c86b commit 8501d9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/changes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Apply the following changes to code written against Amaranth 0.4 to migrate it t
2727

2828
* Replace uses of ``m.Case()`` with no patterns with ``m.Default()``
2929
* Replace uses of ``Value.matches()`` with no patterns with ``Const(1)``
30-
* Update uses of :func:`amaranth.utils.log2_int(need_pow2=False)` to :func:`amaranth.utils.ceil_log2`
31-
* Update uses of :func:`amaranth.utils.log2_int(need_pow2=True)` to :func:`amaranth.utils.exact_log2`
30+
* Update uses of ``amaranth.utils.log2_int(need_pow2=False)`` to :func:`amaranth.utils.ceil_log2`
31+
* Update uses of ``amaranth.utils.log2_int(need_pow2=True)`` to :func:`amaranth.utils.exact_log2`
3232

3333

3434
Implemented RFCs
@@ -73,7 +73,7 @@ Platform integration changes
7373
* Added: :meth:`BuildPlan.execute_local_docker`.
7474
* Added: :meth:`BuildPlan.extract`.
7575
* Added: ``build.sh`` begins with ``#!/bin/sh``.
76-
* Deprecated: argument `run_script=` in :meth:`BuildPlan.execute_local`
76+
* Deprecated: argument ``run_script=`` in :meth:`BuildPlan.execute_local`.
7777
* Removed: (deprecated in 0.4) :mod:`vendor.intel`, :mod:`vendor.lattice_ecp5`, :mod:`vendor.lattice_ice40`, :mod:`vendor.lattice_machxo2_3l`, :mod:`vendor.quicklogic`, :mod:`vendor.xilinx`. (`RFC 18`_)
7878

7979

0 commit comments

Comments
 (0)