@@ -119,6 +119,11 @@ New library features
119
119
Standard library changes
120
120
------------------------
121
121
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
+
122
127
#### StyledStrings
123
128
124
129
* A new standard library for handling styling in a more comprehensive and structured way ([ #49586 ] ).
@@ -225,6 +230,7 @@ Tooling Improvements
225
230
[#46501]: https://github.com/JuliaLang/julia/issues/46501
226
231
[#47354]: https://github.com/JuliaLang/julia/issues/47354
227
232
[#47679]: https://github.com/JuliaLang/julia/issues/47679
233
+ [#47790]: https://github.com/JuliaLang/julia/issues/47790
228
234
[#48273]: https://github.com/JuliaLang/julia/issues/48273
229
235
[#48625]: https://github.com/JuliaLang/julia/issues/48625
230
236
[#49546]: https://github.com/JuliaLang/julia/issues/49546
@@ -250,6 +256,7 @@ Tooling Improvements
250
256
[#51616]: https://github.com/JuliaLang/julia/issues/51616
251
257
[#51647]: https://github.com/JuliaLang/julia/issues/51647
252
258
[#51704]: https://github.com/JuliaLang/julia/issues/51704
259
+ [#51747]: https://github.com/JuliaLang/julia/issues/51747
253
260
[#51799]: https://github.com/JuliaLang/julia/issues/51799
254
261
[#51897]: https://github.com/JuliaLang/julia/issues/51897
255
262
[#51929]: https://github.com/JuliaLang/julia/issues/51929
0 commit comments