File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -337,6 +337,9 @@ Library improvements
337
337
* A new `Dates.Time` type was added that supports representing the time of day
338
338
with up to nanosecond resolution ([#12274]).
339
339
340
+ * Raising one or negative one to a negative integer power no longer
341
+ throws a `DomainError` ([#18342]).
342
+
340
343
* A new `@macroexpand` macro was added as a convenient alternative to the `macroexpand` function ([#18660]).
341
344
342
345
* A new `ConjArray` type was added, as a wrapper type for lazy complex conjugation of arrays.
@@ -436,6 +439,7 @@ Deprecated or removed
436
439
[#18251]: https://github.com/JuliaLang/julia/issues/18251
437
440
[#18330]: https://github.com/JuliaLang/julia/issues/18330
438
441
[#18339]: https://github.com/JuliaLang/julia/issues/18339
442
+ [#18342]: https://github.com/JuliaLang/julia/issues/18342
439
443
[#18346]: https://github.com/JuliaLang/julia/issues/18346
440
444
[#18442]: https://github.com/JuliaLang/julia/issues/18442
441
445
[#18453]: https://github.com/JuliaLang/julia/issues/18453
You can’t perform that action at this time.
0 commit comments