diff --git a/NEWS.md b/NEWS.md index 9029abc7acc994..38d1431f907ba8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -337,6 +337,9 @@ Library improvements * A new `Dates.Time` type was added that supports representing the time of day with up to nanosecond resolution ([#12274]). + * Raising one or negative one to a negative integer power no longer + throws a `DomainError` ([#18342]). + * A new `@macroexpand` macro was added as a convenient alternative to the `macroexpand` function ([#18660]). * A new `ConjArray` type was added, as a wrapper type for lazy complex conjugation of arrays. @@ -436,6 +439,7 @@ Deprecated or removed [#18251]: https://github.com/JuliaLang/julia/issues/18251 [#18330]: https://github.com/JuliaLang/julia/issues/18330 [#18339]: https://github.com/JuliaLang/julia/issues/18339 +[#18342]: https://github.com/JuliaLang/julia/issues/18342 [#18346]: https://github.com/JuliaLang/julia/issues/18346 [#18442]: https://github.com/JuliaLang/julia/issues/18442 [#18453]: https://github.com/JuliaLang/julia/issues/18453