Skip to content

Commit

Permalink
Add NEWS.md entry for removal of the /(::Integer, ::Integer) fallback (
Browse files Browse the repository at this point in the history
…#19779). (#21815)

(cherry picked from commit 03721cb)
  • Loading branch information
Sacha0 authored and tkelman committed May 14, 2017
1 parent 7b0d528 commit 04398a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,10 @@ This section lists changes that do not have deprecation warnings.
* `write` on an `IOBuffer` now returns a signed integer in order to be
consistent with other buffers ([#20609]).

* The `<:Integer` division fallback `/(::Integer, ::Integer)`, which formerly
inappropriately took precedence over other division methods for some
mixed-integer-type division calls, has been removed ([#19779]).

* `@async`, `@spawn`, `@spawnat`, `@fetch` and `@fetchfrom` no longer implicitly
localize variables. Previously, the expression would be wrapped in an implicit
`let` block ([#19594]).
Expand Down Expand Up @@ -522,6 +526,7 @@ Deprecated or removed
[#19724]: https://github.com/JuliaLang/julia/issues/19724
[#19741]: https://github.com/JuliaLang/julia/issues/19741
[#19771]: https://github.com/JuliaLang/julia/issues/19771
[#19779]: https://github.com/JuliaLang/julia/issues/19779
[#19784]: https://github.com/JuliaLang/julia/issues/19784
[#19786]: https://github.com/JuliaLang/julia/issues/19786
[#19787]: https://github.com/JuliaLang/julia/issues/19787
Expand Down

0 comments on commit 04398a2

Please sign in to comment.