From f4302db6e61878ba8a18116c14d8a33ccbc95a4f Mon Sep 17 00:00:00 2001 From: Sunjay Varma Date: Mon, 10 Apr 2017 21:45:53 -0400 Subject: [PATCH] Updated changelog formatting --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa36d33..b86fcbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,8 +26,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Brand new syntax based on Rust but adapted to suit the needs of brain ### Removed -- The `in` and `out` statements are gone and replaced with - new method calls on global `stdin` and `stdout` objects (see examples for details) +- The `in` and `out` statements are gone and replaced with new method calls on + global `stdin` and `stdout` objects (see examples for details) ## [0.1.2] - 2017-02-03 ### Fixed