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:
parent
54f847a85b
commit
319094c7f8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user