From 2d755a6f13059629badedb3e8130e07201acd519 Mon Sep 17 00:00:00 2001 From: cooldome Date: Mon, 30 Apr 2018 23:59:32 +0100 Subject: [PATCH] fix spacing in changelog --- changelog.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 936b7fb3fa..5437232528 100644 --- a/changelog.md +++ b/changelog.md @@ -87,8 +87,7 @@ is now invalid. Internally a Nim string still has the trailing zero for zero-copy interoperability with ``cstring``. Compile your code with the next switch ``--laxStrings:on`` if you need a transition period. - - + - Range float types, example `range[0.0 .. Inf]`. More details in language manual. ### Tool changes