diff --git a/NEWS.md b/NEWS.md index 429291c4ea879..a255d020752ff 100644 --- a/NEWS.md +++ b/NEWS.md @@ -194,7 +194,7 @@ Library improvements [Primes.jl package](https://github.com/JuliaMath/Primes.jl) ([#16481]). * `Date` and `DateTime` values can now be rounded to a specified resolution (e.g., 1 month or - 15 minutes) with `floor`, `ceil`, and `round` ([#PR]). + 15 minutes) with `floor`, `ceil`, and `round` ([#17037]). Deprecated or removed --------------------- @@ -277,3 +277,4 @@ Deprecated or removed [#16403]: https://github.com/JuliaLang/julia/issues/16403 [#16481]: https://github.com/JuliaLang/julia/issues/16481 [#16731]: https://github.com/JuliaLang/julia/issues/16731 +[#17037]: https://github.com/JuliaLang/julia/issues/17037 diff --git a/doc/stdlib/strings.rst b/doc/stdlib/strings.rst index e5bb975d8745a..b92a95c3d3040 100644 --- a/doc/stdlib/strings.rst +++ b/doc/stdlib/strings.rst @@ -500,4 +500,3 @@ .. Docstring generated from Julia source Create a string from the address of a NUL-terminated UTF-32 string. A copy is made; the pointer can be safely freed. If ``length`` is specified, the string does not have to be NUL-terminated. -