build.run: deprecate run_script argument in BuildPlan.execute_local()

This commit is contained in:
Jaro Habiger 2024-01-03 14:25:47 +01:00 committed by Catherine
parent b823a8ee9d
commit c00e770f01
2 changed files with 14 additions and 2 deletions

View file

@ -15,6 +15,7 @@ Language changes
.. currentmodule:: amaranth.hdl
* Deprecated: argument `run_script=` in :meth:`BuildPlan.execute_local`
* Added: `class:ast.Slice` objects have been made const-castable.
* Removed: (deprecated in 0.4) :meth:`Const.normalize`. (`RFC 5`_)
* Removed: (deprecated in 0.4) :class:`ast.Sample`, :class:`ast.Past`, :class:`ast.Stable`, :class:`ast.Rose`, :class:`ast.Fell`.