From b04fb84ab4a9af44bed3c2e6cd630b2ae528b55a Mon Sep 17 00:00:00 2001 From: Nathan Daly Date: Fri, 9 Aug 2019 16:51:50 -0400 Subject: [PATCH] Added new Channel constructor to news --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 98f669ea08eeb..7e1978547ae3a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -20,6 +20,8 @@ Multi-threading changes ([#32309], [#32174], [#31981], [#32421]). * The global random number generator (`GLOBAL_RNG`) is now thread-safe (and thread-local) ([#32407]). * New experimental `Threads.@spawn` macro that runs a task on any available thread ([#32600]). +* Simplified the `Channel` constructor, which is now easier to read and more idiomatic julia. + The old constructor (which used kwargs) is still available, but use is discouraged ([#30855], [#32818]). Build system changes --------------------