Update CHANGELOG.md

pull/1072/head
Alexander Medvednikov 2019-07-10 09:22:42 +02:00 committed by GitHub
parent 0b108908ed
commit 2ab1ad8b30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 8 deletions

View File

@ -1,12 +1,13 @@
# V 0.1.13 # V 0.1.13
- New enum syntax (`token == .name`), enum values are no longer global consts - New enum syntax (`token == .name`), enum values are no longer global consts.
- Submodules (`import encoding.base64`) - Submodules (`import encoding.base64`).
- Hot code reloading - Hot code reloading.
- Special `err` variable for getting error values - Special `err` variable for getting error values.
- Complex numbers - Complex numbers.
- `<<` can now append arrays (`numbers << [1, 2, 3]`) - `<<` can now append arrays (`numbers << [1, 2, 3]`).
- Lots of Windows fixes (Windows still needs some work) - Lots of Windows fixes (Windows still needs some work).
- Lots of REPL improvements (e.g. `>> 2 + 3` works now, no `println` required) - Lots of REPL improvements (e.g. `>> 2 + 3` works now, no `println` required).
- The website was made easily translatable, it's now partially available in several languages.
# V 0.1.12 # V 0.1.12