Skip to content

Commit 1cfefa6

Browse files
wanda-phiwhitequark
authored andcommitted
docs/changes: add 0.5.1 changes.
1 parent d0b01dd commit 1cfefa6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/changes.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,20 @@ Documentation for past releases of the Amaranth language and toolchain is availa
1818
* `Amaranth 0.3 <https://amaranth-lang.org/docs/amaranth/v0.3/>`_
1919

2020

21+
Version 0.5.1
22+
=============
23+
24+
25+
Standard library changes
26+
------------------------
27+
28+
.. currentmodule:: amaranth.lib
29+
30+
* Added: views of :class:`amaranth.lib.data.ArrayLayout` can be indexed with negative integers or slices.
31+
* Added: :py:`len()` works on views of :class:`amaranth.lib.data.ArrayLayout`.
32+
* Added: views of :class:`amaranth.lib.data.ArrayLayout` are iterable.
33+
34+
2135
Version 0.5
2236
===========
2337

0 commit comments

Comments
 (0)