File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ New library functions
35
35
* ` isnothing(::Any) ` function, to check whether something is a ` Nothing ` , returns a ` Bool ` ([ #29679 ] ).
36
36
* ` getpid(::Process) ` method ([ #24064 ] ).
37
37
* ` eachrow ` , ` eachcol ` and ` eachslice ` functions provide efficient iterators over slices of arrays ([ #29749 ] ).
38
+ * Predicate functions ` Sys.isfreebsd ` , ` Sys.isopenbsd ` , ` Sys.isnetbsd ` , and ` Sys.isdragonfly ` for
39
+ detecting BSD systems have been added ([ #30249 ] ).
38
40
39
41
Standard library changes
40
42
------------------------
@@ -82,3 +84,4 @@ Deprecated or removed
82
84
[ #28878 ] : https://github.com/JuliaLang/julia/issues/28878
83
85
[ #29440 ] : https://github.com/JuliaLang/julia/issues/29440
84
86
[ #29442 ] : https://github.com/JuliaLang/julia/issues/29442
87
+ [ #30249 ] : https://github.com/JuliaLang/julia/issues/30249
You can’t perform that action at this time.
0 commit comments