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 committed May 14, 2017
1 parent 6adef84 commit 52769c1
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]).

* `Dates.recur` has been deprecated in favor of `filter` ([#19288])
Expand Down Expand Up @@ -559,6 +563,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 52769c1

Please sign in to comment.