From 73b0b68da7fbc19629f3a7970ec0c1d5686474da Mon Sep 17 00:00:00 2001 From: Ary Borenszweig Date: Sat, 7 Feb 2015 16:39:30 -0300 Subject: [PATCH] Small typo in Changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5efbb1762e1..7baa5f342545 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ * `Random` is now a module, with static methods that default to the `Random::MT19937` class. * Added `Random::ISAAC` engine (thanks @ysbaddaden!) -# Added `String#size` (thanks @zamith!) +* Added `String#size` (thanks @zamith!) * Added `limit` to all `String#split` variants (thanks @jhass!) * Raising inside a Thread is now rescued and re-raised on join (thanks @jhass!) * Added `path` option to Projectfile for `crystal deps` (thanks @naps62!)