Skip to content

Commit 9e92a9d

Browse files
authored
HISTORY entry for deletion of length(::Stateful) (#55861)
xref #47790 xref #51747 xref #54953 xref #55858
1 parent 952e952 commit 9e92a9d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

HISTORY.md

+7
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]).
@@ -225,6 +230,7 @@ Tooling Improvements
225230
[#46501]: https://github.com/JuliaLang/julia/issues/46501
226231
[#47354]: https://github.com/JuliaLang/julia/issues/47354
227232
[#47679]: https://github.com/JuliaLang/julia/issues/47679
233+
[#47790]: https://github.com/JuliaLang/julia/issues/47790
228234
[#48273]: https://github.com/JuliaLang/julia/issues/48273
229235
[#48625]: https://github.com/JuliaLang/julia/issues/48625
230236
[#49546]: https://github.com/JuliaLang/julia/issues/49546
@@ -250,6 +256,7 @@ Tooling Improvements
250256
[#51616]: https://github.com/JuliaLang/julia/issues/51616
251257
[#51647]: https://github.com/JuliaLang/julia/issues/51647
252258
[#51704]: https://github.com/JuliaLang/julia/issues/51704
259+
[#51747]: https://github.com/JuliaLang/julia/issues/51747
253260
[#51799]: https://github.com/JuliaLang/julia/issues/51799
254261
[#51897]: https://github.com/JuliaLang/julia/issues/51897
255262
[#51929]: https://github.com/JuliaLang/julia/issues/51929

0 commit comments

Comments
 (0)