diff --git a/CHANGELOG.md b/CHANGELOG.md index 60cde59afb..5bee0cd6ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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*