From 1e6a661a45c931244c667058271ddaa053ca2e90 Mon Sep 17 00:00:00 2001 From: Alex Arslan Date: Mon, 3 Dec 2018 15:27:06 -0800 Subject: [PATCH] Add NEWS --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index 6ef728afdf65e3..8fbc84cb3fef9c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -35,6 +35,8 @@ New library functions * `isnothing(::Any)` function, to check whether something is a `Nothing`, returns a `Bool` ([#29679]). * `getpid(::Process)` method ([#24064]). * `eachrow`, `eachcol` and `eachslice` functions provide efficient iterators over slices of arrays ([#29749]). + * Predicate functions `Sys.isfreebsd`, `Sys.isopenbsd`, `Sys.isnetbsd`, and `Sys.isdragonfly` for + detecting BSD systems have been added ([#30249]). Standard library changes ------------------------ @@ -82,3 +84,4 @@ Deprecated or removed [#28878]: https://github.com/JuliaLang/julia/issues/28878 [#29440]: https://github.com/JuliaLang/julia/issues/29440 [#29442]: https://github.com/JuliaLang/julia/issues/29442 +[#30249]: https://github.com/JuliaLang/julia/issues/30249