From d9660b121a05e55d66fc408e7cab4ef6b0332299 Mon Sep 17 00:00:00 2001 From: Florian Rappl Date: Sun, 5 Jun 2016 22:32:16 +0200 Subject: [PATCH] Updated the changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f441abfc..cf682fd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 0.6.0 + +- Some fixes and performance improvements +- Enhanced validation (#27) +- Created installer for the REPL (#26) +- Provided the if statement (#19) +- Included while (#20) +- Control loops via break (#24) and continue (#25) +- Fixed some smaller bugs + # 0.5.0 - Source code validation (#21)