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 @@ -455,6 +455,10 @@ Deprecated or removed
455
455
456
456
* `num` and `den` have been deprecated in favor of `numerator` and `denominator` respectively ([#19233]).
457
457
458
+ * `delete!(ENV::EnvHash, k::AbstractString, def)` has been deprecated in favor of
459
+ `pop!(ENV, k, def)`. Be aware that `pop!` returns `k` or `def`, whereas `delete!`
460
+ returns `ENV` or `def` ([#18012]).
461
+
458
462
* infix operator `$` has been deprecated in favor of infix `⊻` or function `xor()` ([#18977]).
459
463
460
464
* The single-argument form of `write` (`write(x)`, with implicit `STDOUT` output stream),
@@ -576,6 +580,7 @@ Command-line option changes
576
580
[#17723]: https://github.com/JuliaLang/julia/issues/17723
577
581
[#17758]: https://github.com/JuliaLang/julia/issues/17758
578
582
[#17785]: https://github.com/JuliaLang/julia/issues/17785
583
+ [#18012]: https://github.com/JuliaLang/julia/issues/18012
579
584
[#18050]: https://github.com/JuliaLang/julia/issues/18050
580
585
[#18159]: https://github.com/JuliaLang/julia/issues/18159
581
586
[#18251]: https://github.com/JuliaLang/julia/issues/18251
You can’t perform that action at this time.
0 commit comments