From 90f33fc7b3f41a77a215011c8d7c7365b5f2f467 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sat, 29 Jun 2019 22:05:02 +0200 Subject: [PATCH] V 0.1.10 changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2215d56f43..e5ebcb0f78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ +# 0.1.9 - 0.1.10 +- Windows support via MinGW-w64. Pre-built Windows binary. +- File structure has been simplified: all vlib modules were moved to the vlib/ directory, + makefile was moved to the root. +- One single archive with pre-built binaries for all operating systems. +- `mut var := val` was fixed (previously `mut var = val` was allowed as well). + # 0.1.8 - Single file programs without `fn main` now work as expected. - REPL has been fixed: it now supports imports, consts, function definitions, etc.