Skip to content

Commit

Permalink
Add NEWS.md entry re. raising one or negative one to a negative integ…
Browse files Browse the repository at this point in the history
…er power (JuliaLang#18342).
  • Loading branch information
Sacha0 committed May 12, 2017
1 parent 1129de3 commit cb4cd39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cb4cd39

Please sign in to comment.