File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -229,6 +229,10 @@ This section lists changes that do not have deprecation warnings.
229
229
* `write` on an `IOBuffer` now returns a signed integer in order to be
230
230
consistent with other buffers ([#20609]).
231
231
232
+ * The `<:Integer` division fallback `/(::Integer, ::Integer)`, which formerly
233
+ inappropriately took precedence over other division methods for some
234
+ mixed-integer-type division calls, has been removed ([#19779]).
235
+
232
236
* `@async`, `@spawn`, `@spawnat`, `@fetch` and `@fetchfrom` no longer implicitly
233
237
localize variables. Previously, the expression would be wrapped in an implicit
234
238
`let` block ([#19594]).
@@ -522,6 +526,7 @@ Deprecated or removed
522
526
[#19724]: https://github.com/JuliaLang/julia/issues/19724
523
527
[#19741]: https://github.com/JuliaLang/julia/issues/19741
524
528
[#19771]: https://github.com/JuliaLang/julia/issues/19771
529
+ [#19779]: https://github.com/JuliaLang/julia/issues/19779
525
530
[#19784]: https://github.com/JuliaLang/julia/issues/19784
526
531
[#19786]: https://github.com/JuliaLang/julia/issues/19786
527
532
[#19787]: https://github.com/JuliaLang/julia/issues/19787
You can’t perform that action at this time.
0 commit comments