From 97fe1e73320b722503ffe58f2ae8b9ead80885d9 Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Sat, 1 Feb 2020 16:42:21 -0500 Subject: [PATCH] NEWS --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index b2f473e305232..b0c0f2319388c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -48,6 +48,8 @@ New library functions provide one-argument method that returns a closure. The old methods of `merge` and `merge!` are still available for backward compatibility ([#34296]). * The new `isdisjoint` function indicates whether two collections are disjoint ([#34427]). +* `include` now accepts an optional `mapexpr` first argument to transform the parsed + expressions before they are evaluated ([#34595]). New library features --------------------