Skip to content

Commit

Permalink
Add NEWS.md entry for delete!(::EnvHash, ::AbstractString, def) dep (J…
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha0 authored and singam-sanjay committed May 16, 2017
1 parent 0c257bc commit ae5b990
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 @@ -455,6 +455,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 @@ -576,6 +580,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 ae5b990

Please sign in to comment.