changelog: fix a typo

pull/4812/head
yuyi 2020-05-10 22:24:43 +08:00 committed by GitHub
parent a73660a4c3
commit 43ec01b23d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ number of calls, average time per call, total time per function.
- Closures.
- Lots and lots of new tests added, including output tests that test error messages.
- Multiple errors are now printed, the compiler no longer stops after the first error.
- Thew new JS backend using the AST parser (almost complete).
- The new JS backend using the AST parser (almost complete).
- Variadic functions.
- `net.websocket` module (early stage).
- `vlib` is now memory leak free, lots of `autofree` improvements.