Update CHANGELOG.md

pull/1170/head
Alexander Medvednikov 2019-07-16 00:03:20 +02:00 committed by GitHub
parent 8902256592
commit 9177256726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -1,16 +1,15 @@
## V 0.1.15 ## V 0.1.15
*15 Jul 2019* *15 Jul 2019*
- FreeBSD, OpenBSD, NetBSD, DragonFly support. - FreeBSD, OpenBSD, NetBSD, DragonFly support.
- Hot code reloading now works with graphical applications: - Hot code reloading now works with graphical applications: [bounce.v](https://github.com/vlang/v/blob/master/examples/hot_code_reloading/bounce.v)
[bounce.v](https://github.com/vlang/v/blob/master/examples/hot_code_reloading/bounce.v)
- VROOT was removed, the installation process is now much simpler. - VROOT was removed, the installation process is now much simpler.
- `defer` statement - `defer` statement.
- map.v was re-written. It's now much faster. - map.v was re-written. It's now much faster.
- `for key, val in map` syntax. - `for key, val in map` syntax.
- `flag` module for parsing command line arguments. - `flag` module for parsing command line arguments.
- `zip` module. - `zip` module.
- `crypto/sha1` module. - `crypto/sha1` module.
- Submodules and module aliases (`import encoding/base64 as b64`). - Submodules and module aliases (`import encoding.base64 as b64`).