mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
Create Changelog.md
This commit is contained in:
parent
b4a2c6ddba
commit
554f083543
10
Changelog.md
Normal file
10
Changelog.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user