From d1ae1d29c75527363a3546f7fe8f3cfec4b29e26 Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Mon, 3 Feb 2014 22:14:21 -0500 Subject: [PATCH] update NEWS for normalize_string --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index 1a0e73dc293ea..34827f814a584 100644 --- a/NEWS.md +++ b/NEWS.md @@ -106,6 +106,9 @@ Library improvements * `CharString` is renamed to `UTF32String` ([#4943]). + * `normalize_string` function to perform Unicode normalization, case-folding, + and other transformations ([#5576]). + * `LinAlg` (linear algebra) improvements * Balancing options for eigenvector calculations for general matrices ([#5428]).