Update CHANGELOG.md
parent
c6bc2654ed
commit
37eaa8e4e7
|
@ -1,6 +1,7 @@
|
||||||
# 0.1.7
|
# 0.1.7
|
||||||
|
|
||||||
- All C code in the compiler and vlib has been replaced with V.
|
- All C code in the compiler and vlib has been replaced with V.
|
||||||
|
- `#` syntax for embedding C code has been removed.
|
||||||
- Exported functions now need to be marked with `pub`, all public vlib functions have been updated.
|
- 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
|
- 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.
|
can compile itself, all tests pass, and all examples compile.
|
||||||
|
|
Loading…
Reference in New Issue