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.