Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add NEWS.md entry for removal of the /(::Integer, ::Integer) fallback #21815

Merged
merged 2 commits into from
May 13, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,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 @@ -546,6 +550,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