Create Changelog.md

pull/726/head
Alexander Medvednikov 2019-06-27 22:48:46 +02:00 committed by GitHub
parent b4a2c6ddba
commit 554f083543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

10
Changelog.md 100644
View File

@ -0,0 +1,10 @@
# 0.1.7
- All C code in the compiler and vlib has been replaced with V.
- Exported functions now need to be marked with `pub`, all public vlib functions have been updated.
- CI has been set up (Travis + Azure). On every commit and PR it is made sure that V
can compile itself, all tests pass, and all examples compile.
- More tests have been uploaded.
- Cleaner bytes to string conversion: `tos2(bytes)` => `string(bytes)`.
- The home page has 3 more examples next to 'hello world' that show the features of the language.
- Lots of bugs and issues fixed.