Skip to content

Commit

Permalink
HISTORY entry for deletion of length(::Stateful)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsajko committed Sep 24, 2024
1 parent a06a801 commit 5b61714
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ New library features
Standard library changes
------------------------

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

#### StyledStrings

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

0 comments on commit 5b61714

Please sign in to comment.