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
  • Loading branch information
Sacha0 committed May 12, 2017
1 parent 1129de3 commit f01ea82
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 @@ -223,6 +223,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 @@ -481,6 +485,7 @@ Deprecated or removed
[#19722]: https://github.com/JuliaLang/julia/issues/19722
[#19724]: https://github.com/JuliaLang/julia/issues/19724
[#19741]: https://github.com/JuliaLang/julia/issues/19741
[#19779]: https://github.com/JuliaLang/julia/issues/19779
[#19784]: https://github.com/JuliaLang/julia/issues/19784
[#19787]: https://github.com/JuliaLang/julia/issues/19787
[#19791]: https://github.com/JuliaLang/julia/issues/19791
Expand Down

0 comments on commit f01ea82

Please sign in to comment.