Skip to content

Commit

Permalink
Add NEWS.md entry for delete!(::EnvHash, ::AbstractString, def) dep (#…
Browse files Browse the repository at this point in the history
…18012). (#21881)

(cherry picked from commit 379ae49)
  • Loading branch information
Sacha0 authored and tkelman committed May 16, 2017
1 parent 3b4a1a3 commit d19cd5e
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 @@ -418,6 +418,10 @@ Deprecated or removed

* `num` and `den` have been deprecated in favor of `numerator` and `denominator` respectively ([#19233]).

* `delete!(ENV::EnvHash, k::AbstractString, def)` has been deprecated in favor of
`pop!(ENV, k, def)`. Be aware that `pop!` returns `k` or `def`, whereas `delete!`
returns `ENV` or `def` ([#18012]).

* infix operator `$` has been deprecated in favor of infix `` or function `xor()` ([#18977]).

* The single-argument form of `write` (`write(x)`, with implicit `STDOUT` output stream),
Expand Down Expand Up @@ -539,6 +543,7 @@ Command-line option changes
[#17723]: https://github.com/JuliaLang/julia/issues/17723
[#17758]: https://github.com/JuliaLang/julia/issues/17758
[#17785]: https://github.com/JuliaLang/julia/issues/17785
[#18012]: https://github.com/JuliaLang/julia/issues/18012
[#18050]: https://github.com/JuliaLang/julia/issues/18050
[#18159]: https://github.com/JuliaLang/julia/issues/18159
[#18251]: https://github.com/JuliaLang/julia/issues/18251
Expand Down

0 comments on commit d19cd5e

Please sign in to comment.