Skip to content

Commit 6d2621d

Browse files
simonbyrneJeffBezanson
authored andcommitted
add news item for hex2num/num2hex deprecation (#24249)
1 parent c119aca commit 6d2621d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,10 @@ Deprecated or removed
556556
`ReinterpretArray`. The three argument form of `reinterpret` that implicitly reshapes
557557
has been deprecated ([#23750]).
558558

559+
* `num2hex` and `hex2num` have been deprecated in favor of `reinterpret` combined with `parse`/`hex`
560+
([#22088])
561+
562+
559563
Command-line option changes
560564
---------------------------
561565

@@ -1388,6 +1392,7 @@ Command-line option changes
13881392
[#22038]: https://github.com/JuliaLang/julia/issues/22038
13891393
[#22062]: https://github.com/JuliaLang/julia/issues/22062
13901394
[#22064]: https://github.com/JuliaLang/julia/issues/22064
1395+
[#22088]: https://github.com/JuliaLang/julia/issues/22088
13911396
[#22092]: https://github.com/JuliaLang/julia/issues/22092
13921397
[#22182]: https://github.com/JuliaLang/julia/issues/22182
13931398
[#22187]: https://github.com/JuliaLang/julia/issues/22187

0 commit comments

Comments
 (0)