Skip to content

Commit 8bcd370

Browse files
committed
chore: Update CHANGELOG.md
1 parent 9f52ca2 commit 8bcd370

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
### Changed
11+
12+
- Upgraded `unicode-width` to `0.2.2` [#326](https://github.com/rust-lang/annotate-snippets-rs/pull/326)
13+
- Use straight arrows for standalone `Origin` [#327](https://github.com/rust-lang/annotate-snippets-rs/pull/327)
14+
15+
### Fixes
16+
17+
- Correctly calculate line numbers for trimmed multi-line suggestions [#321](https://github.com/rust-lang/annotate-snippets-rs/pull/321)
18+
- Respect `.fold(false)` when set on suggestions [#322](https://github.com/rust-lang/annotate-snippets-rs/pull/322)
19+
- Properly calculate the max line number width for suggestions [#323](https://github.com/rust-lang/annotate-snippets-rs/pull/323)
20+
- Show full line when `Patch` span points to line end [#324](https://github.com/rust-lang/annotate-snippets-rs/pull/324)
21+
1022
## [0.12.5] - 2025-10-14
1123

1224
### Fixes

0 commit comments

Comments
 (0)