diff --git a/lark/CHANGELOG.md b/lark/CHANGELOG.md index 1c547e4..5b16de5 100644 --- a/lark/CHANGELOG.md +++ b/lark/CHANGELOG.md @@ -6,4 +6,6 @@ v1.0 - Token priority is now 0 by default -- `v_args(meta=True)` now gives meta as the first argument. i.e. `(meta, children)` \ No newline at end of file +- `v_args(meta=True)` now gives meta as the first argument. i.e. `(meta, children)` + +- Renamed TraditionalLexer to BasicLexer, and 'standard' lexer option to 'basic' \ No newline at end of file