Skip to content

Commit cb4cd39

Browse files
committed
Add NEWS.md entry re. raising one or negative one to a negative integer power (JuliaLang#18342).
1 parent 1129de3 commit cb4cd39

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,9 @@ Library improvements
337337
* A new `Dates.Time` type was added that supports representing the time of day
338338
with up to nanosecond resolution ([#12274]).
339339
340+
* Raising one or negative one to a negative integer power no longer
341+
throws a `DomainError` ([#18342]).
342+
340343
* A new `@macroexpand` macro was added as a convenient alternative to the `macroexpand` function ([#18660]).
341344
342345
* A new `ConjArray` type was added, as a wrapper type for lazy complex conjugation of arrays.
@@ -436,6 +439,7 @@ Deprecated or removed
436439
[#18251]: https://github.com/JuliaLang/julia/issues/18251
437440
[#18330]: https://github.com/JuliaLang/julia/issues/18330
438441
[#18339]: https://github.com/JuliaLang/julia/issues/18339
442+
[#18342]: https://github.com/JuliaLang/julia/issues/18342
439443
[#18346]: https://github.com/JuliaLang/julia/issues/18346
440444
[#18442]: https://github.com/JuliaLang/julia/issues/18442
441445
[#18453]: https://github.com/JuliaLang/julia/issues/18453

0 commit comments

Comments
 (0)