1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

Update CHANGELOG.md

This commit is contained in:
Alexander Medvednikov 2019-07-10 09:20:02 +02:00 committed by GitHub
parent 1b24253d8c
commit 0b108908ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
- Complex numbers
- `<<` can now append arrays (`numbers << [1, 2, 3]`)
- Lots of Windows fixes (Windows still needs some work)
- Lots of REPL improvements (e.g. `>> 2 + 3` works no, no `println` required)
- Lots of REPL improvements (e.g. `>> 2 + 3` works now, no `println` required)
# V 0.1.12