Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add NEWS.md entry for removal of the /(::Integer, ::Integer) fallback (
Browse files Browse the repository at this point in the history
Sacha0 committed May 12, 2017

Verified

This commit was signed with the committer’s verified signature.
ollyw Oliver Wickham
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
@@ -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]).
@@ -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

0 comments on commit f01ea82

Please sign in to comment.