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

update 0.1.7 changelog

This commit is contained in:
Alexander Medvednikov 2019-07-29 18:44:48 +02:00 committed by GitHub
parent 54f847a85b
commit 319094c7f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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