CHANGELOG.md: add entry for dump(expr)

pull/9168/head
Delyan Angelov 2021-03-06 19:16:04 +02:00
parent 849cde245c
commit 9917c6494e
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ from local variables.
- vfmt now preserves empty lines, like gofmt.
- Support for compile time environment variables via `$env('ENV_VAR')`.
- Allow method declaration of `==` and `<` operators and auto generate `!=`, `>`, `<=` and `>=`.
- support `dump(expr)`, i.e. tracing of both the location, name and value of an expression
## V 0.2.1
*30 Dec 2020*