From 9dadc600e9777d3abaf42d8febed1138287485b2 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Fri, 3 Apr 2015 03:49:20 +0100 Subject: [PATCH] fix link to #10709 --- NEWS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index a4dd1a0519d84..aef9a92c22ae6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -161,7 +161,7 @@ Library improvements * Other improvements - * You can now tab complete Emoji characters from the REPL, with `\:name:` ([#10709) + * You can now tab complete Emoji characters from the REPL, with `\:name:` ([#10709]) * `gc_enable`, `gc_disable` returns previous GC state. @@ -1327,3 +1327,4 @@ Too numerous to mention. [#10458]: https://github.com/JuliaLang/julia/issues/10458 [#10543]: https://github.com/JuliaLang/julia/issues/10543 [#10659]: https://github.com/JuliaLang/julia/issues/10659 +[#10709]: https://github.com/JuliaLang/julia/issues/10709