You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
<!-- next-header -->
8
8
## [Unreleased] - ReleaseDate
9
9
10
+
### Changed
11
+
12
+
- Upgraded `unicode-width` to `0.2.2`[#326](https://github.com/rust-lang/annotate-snippets-rs/pull/326)
13
+
- This update adds support for Unicode 16 and 17, and can affect character width calculations
14
+
- Use straight arrows for standalone `Origin`[#327](https://github.com/rust-lang/annotate-snippets-rs/pull/327)
15
+
16
+
### Fixes
17
+
18
+
- Correctly calculate line numbers for trimmed multi-line suggestions [#321](https://github.com/rust-lang/annotate-snippets-rs/pull/321)
19
+
- Respect `.fold(false)` when set on suggestions [#322](https://github.com/rust-lang/annotate-snippets-rs/pull/322)
20
+
- Properly calculate the max line number width for suggestions [#323](https://github.com/rust-lang/annotate-snippets-rs/pull/323)
21
+
- Show full line when `Patch` span points to line end [#324](https://github.com/rust-lang/annotate-snippets-rs/pull/324)
0 commit comments