CHANGELOG.md: add entry for dump(expr)
parent
849cde245c
commit
9917c6494e
|
@ -28,6 +28,7 @@ from local variables.
|
||||||
- vfmt now preserves empty lines, like gofmt.
|
- vfmt now preserves empty lines, like gofmt.
|
||||||
- Support for compile time environment variables via `$env('ENV_VAR')`.
|
- Support for compile time environment variables via `$env('ENV_VAR')`.
|
||||||
- Allow method declaration of `==` and `<` operators and auto generate `!=`, `>`, `<=` and `>=`.
|
- 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
|
## V 0.2.1
|
||||||
*30 Dec 2020*
|
*30 Dec 2020*
|
||||||
|
|
Loading…
Reference in New Issue