1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

changelog: some 0.3.2 features

This commit is contained in:
Alexander Medvednikov 2022-10-26 02:34:54 +03:00
parent b2ab7a333b
commit 572e26204e

View File

@ -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.