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 35a0ee8 commit 499c20eCopy full SHA for 499c20e
docs/changes.rst
@@ -47,6 +47,20 @@ Standard library changes
47
* Removed: (deprecated in 0.5) :mod:`amaranth.lib.coding`. (`RFC 63`_)
48
49
50
+Version 0.5.1
51
+=============
52
+
53
54
+Standard library changes
55
+------------------------
56
57
+.. currentmodule:: amaranth.lib
58
59
+* Added: views of :class:`amaranth.lib.data.ArrayLayout` can be indexed with negative integers or slices.
60
+* Added: :py:`len()` works on views of :class:`amaranth.lib.data.ArrayLayout`.
61
+* Added: views of :class:`amaranth.lib.data.ArrayLayout` are iterable.
62
63
64
Version 0.5
65
===========
66
0 commit comments