File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog].
7
7
<!-- next-header -->
8
8
## [ Unreleased] - ReleaseDate
9
9
10
+ ### Performance
11
+
12
+ - * (de)* Remove an allocation when parsing
13
+
10
14
### Compatibility
11
15
12
16
MSRV is now 1.70
Original file line number Diff line number Diff line change @@ -7,6 +7,21 @@ The format is based on [Keep a Changelog].
7
7
<!-- next-header -->
8
8
## [ Unreleased] - ReleaseDate
9
9
10
+ ### Features
11
+
12
+ - Added ` ImDocument ` for parsing into an immutable document for performance and looking up spans
13
+
14
+ ### Fixes
15
+
16
+ - error: Fix don't highlight past the end of the current line
17
+ - Renamed ` Document ` to ` DocumentMut ` to clarify its role with ` ImDocument `
18
+
19
+ ### Compatibility
20
+
21
+ - Deprecated ` Document ` in favor of ` DocumentMut `
22
+ - ` de::Deserializer ` gained a default generic parameter to line up with ` ImDocument `
23
+ - ` de::Deserializer::new ` was deprecated in favor of ` Deserializer::from `
24
+
10
25
## [ 0.22.6] - 2024-02-16
11
26
12
27
### Documentation
You can’t perform that action at this time.
0 commit comments