File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ New language features
6
6
7
7
* Support for Unicode 12.1.0 ([ #32002 ] ).
8
8
* 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 ] ).
10
9
11
10
Language changes
12
11
----------------
@@ -35,6 +34,7 @@ New library functions
35
34
* ` count(pattern, string) ` gives the number of things ` findall ` would match ([ #32849 ] ).
36
35
* ` istaskfailed ` is now documented and exported, like its siblings ` istaskdone ` and ` istaskstarted ` ([ #32300 ] ).
37
36
* ` 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 ] ).
38
38
39
39
Standard library changes
40
40
------------------------
You can’t perform that action at this time.
0 commit comments