mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
CHANGELOG.md: add entry for dump(expr)
This commit is contained in:
parent
849cde245c
commit
9917c6494e
@ -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*
|
||||
|
Loading…
Reference in New Issue
Block a user