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

CHANGELOG.md: remove unimplemented "Closures". (#9850)

This commit is contained in:
Markus F.X.J. Oberhumer 2021-04-25 17:18:43 +02:00 committed by GitHub
parent a0835ac139
commit 3ab6088918
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,6 @@ files with compilation errors.
- High order functions improvements (functions can now be returned etc).
- Anonymous functions that can be defined inside other functions.
- Built-in JSON module is back.
- 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.
- The new JS backend using the AST parser (almost complete).