Skip to content

Commit 5b61714

Browse files
committed
HISTORY entry for deletion of length(::Stateful)
xref #47790 xref #51747 xref #54953 xref #55858
1 parent a06a801 commit 5b61714

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ New library features
119119
Standard library changes
120120
------------------------
121121

122+
* It's not possible to define `length` for stateful iterators in a generally consistent manner. The
123+
potential for silently incorrect results for `Stateful` iterators is addressed by deleting the
124+
`length(::Stateful)` method. The last type parameter of `Stateful` is gone, too. Issue: ([#47790]),
125+
PR: ([#51747]).
126+
122127
#### StyledStrings
123128

124129
* A new standard library for handling styling in a more comprehensive and structured way ([#49586]).

0 commit comments

Comments
 (0)