From a9a38cf0df11a6b5ab01d90b471c63447f882aa1 Mon Sep 17 00:00:00 2001 From: Doug Mitarotonda Date: Mon, 20 Apr 2015 14:53:49 -0700 Subject: [PATCH] format so # is not on a new line Just a nuance of the rendering that I found --- NEWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 01b881ac..826cb37a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -12,8 +12,8 @@ and Marek, #224 and #225) * Deprecate exotic functions `liply()` and `isplit2()`, remove unused and - unexported functions `dots()` and `parallel_fe()` (Thanks to Kirill Müller, - #242, #248) + unexported functions `dots()` and `parallel_fe()` (Thanks to Kirill + Müller, #242, #248) * Warn on duplicate names that cause certain array functions to fail. (Thanks to Kirill Müller, #211)