From 572e26204e0e7a2f39f82580148b476e4f8a8dfb Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Wed, 26 Oct 2022 02:34:54 +0300 Subject: [PATCH] changelog: some 0.3.2 features --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b65549f50c..d59aa71371 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ ## V 0.3.2 *Not yet released* +- New stunnig playground with an improved look and feel, much better and responsive editor, + code sharing by link, more convenient keyboard control, reusability for potential embedding: + https://play.vlang.io. +- msgpack module for decoding/encoding msgpack. +- Easier custom error creation: `return MyCustomErr{}` instead of `return IError(MyCustomErr)`. - Remove the need for the `[console]` attribute in Windows GUI apps. - All floats outputs now have `.0` conditionally appended to them to improve clarity. + ## V 0.3.1 *31 Aug 2022* - Anonymous structs.