Skip to content

Commit d5db35b

Browse files
NEWS: move sincosd entry to the correct section (#32857)
1 parent 5dbcf20 commit d5db35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ New language features
66

77
* Support for Unicode 12.1.0 ([#32002]).
88
* Methods can now be added to an abstract type ([#31916]).
9-
* Added `sincosd(x)` to simultaneously compute the sine and cosine of `x`, where `x` is in degrees ([#30134]).
109

1110
Language changes
1211
----------------
@@ -35,6 +34,7 @@ New library functions
3534
* `count(pattern, string)` gives the number of things `findall` would match ([#32849]).
3635
* `istaskfailed` is now documented and exported, like its siblings `istaskdone` and `istaskstarted` ([#32300]).
3736
* `RefArray` and `RefValue` objects now accept index `CartesianIndex()` in `getindex` and `setindex!` ([#32653])
37+
* Added `sincosd(x)` to simultaneously compute the sine and cosine of `x`, where `x` is in degrees ([#30134]).
3838

3939
Standard library changes
4040
------------------------

0 commit comments

Comments
 (0)