Update changelog for Rust parsing improvements

ida_star
Wilfred Hughes 2021-09-11 21:11:41 +07:00
parent 8ae7cf0d59
commit 9e9f7aff78
1 changed files with 3 additions and 0 deletions

@ -11,6 +11,9 @@ and `.joker`.
Fixed an issue with parsing integer values in CSS with units,
e.g. `123px`.
Improved parsing of Rust punctuation like `&` and `::` inside macro
invocations.
The line-based parser for text files now uses word-level diffs.
### Diffing