From e6cb310f0a170b632953f376aebbc9fbff9b297d Mon Sep 17 00:00:00 2001 From: Jake Bolewski Date: Mon, 9 Nov 2015 17:41:04 -0500 Subject: [PATCH] add NEWS item for #13897 --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index 6cd277fbdf464..a0674468a28b9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -20,6 +20,9 @@ Compiler/Runtime improvements Library improvements -------------------- + * Most of the combinatorics functions have been moved from `Base` + to the [Combinatorics.jl package](https://github.com/JuliaLang/Combinatorics.jl) ([#13897]). + * Packages: * The package system (`Pkg`) is now based on the `libgit2` library, rather