From 319094c7f82f8c1978938135a126fd4de50a9d55 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Mon, 29 Jul 2019 18:44:48 +0200 Subject: [PATCH] update 0.1.7 changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62816c1f9a..ef670e58eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ - Windows Unicode fixes (V can now work with non-ASCII paths etc on Windows). - Fix mutable args bugs + don't allow primitive arguments to be modified. - Declaring a mutable variable and never modifying it results in a compilation error. +- Interactive debugging support. +- `sync` module for Windows. +- `#!` support on Unix systems (V scripts). +- Lots of Visual Studio fixes. +- `crypto.aes` and `crypto.rc4` modules. +- Internal modules. + + + ## V 0.1.16