From b441b8f7439615b1be398e871c005f5086e37a0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Raz=20Guzm=C3=A1n=20Macedo?= Date: Fri, 29 Sep 2017 11:01:56 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=96=8D=20typo=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 5e872410ac924..e34b72f9f435f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -454,7 +454,7 @@ Deprecated or removed `Irrational{:ℯ}` ([#23427]). * The mathematical constants `π`, `pi`, `ℯ`, `e`, `γ`, `eulergamma`, `catalan`, `φ` and - `golden` have been have been moved from `Base` to a new module; `Base.MathConstants`. + `golden` have been moved from `Base` to a new module; `Base.MathConstants`. Only `π`, `pi` and `ℯ` are now exported by default from `Base` ([#23427]). * `eu` (previously an alias for `ℯ`) has been deprecated in favor of `ℯ` (or `MathConstants.e`) ([#23427]).