We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b01dd commit 1cfefa6Copy full SHA for 1cfefa6
docs/changes.rst
@@ -18,6 +18,20 @@ Documentation for past releases of the Amaranth language and toolchain is availa
18
* `Amaranth 0.3 <https://amaranth-lang.org/docs/amaranth/v0.3/>`_
19
20
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
35
Version 0.5
36
===========
37
0 commit comments