File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -418,6 +418,10 @@ Deprecated or removed
418
418
419
419
* `num` and `den` have been deprecated in favor of `numerator` and `denominator` respectively ([#19233]).
420
420
421
+ * `delete!(ENV::EnvHash, k::AbstractString, def)` has been deprecated in favor of
422
+ `pop!(ENV, k, def)`. Be aware that `pop!` returns `k` or `def`, whereas `delete!`
423
+ returns `ENV` or `def` ([#18012]).
424
+
421
425
* infix operator `$` has been deprecated in favor of infix `⊻` or function `xor()` ([#18977]).
422
426
423
427
* The single-argument form of `write` (`write(x)`, with implicit `STDOUT` output stream),
@@ -539,6 +543,7 @@ Command-line option changes
539
543
[#17723]: https://github.com/JuliaLang/julia/issues/17723
540
544
[#17758]: https://github.com/JuliaLang/julia/issues/17758
541
545
[#17785]: https://github.com/JuliaLang/julia/issues/17785
546
+ [#18012]: https://github.com/JuliaLang/julia/issues/18012
542
547
[#18050]: https://github.com/JuliaLang/julia/issues/18050
543
548
[#18159]: https://github.com/JuliaLang/julia/issues/18159
544
549
[#18251]: https://github.com/JuliaLang/julia/issues/18251
You can’t perform that action at this time.
0 commit comments