Skip to content

Commit 286cce0

Browse files
committed
docs: Update changelog
1 parent 6f28705 commit 286cce0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
### Added
11+
12+
- `rustc`'s multiline annotation special case [#133](https://github.com/rust-lang/annotate-snippets-rs/pull/133)
13+
- This special case happens when:
14+
- The start of a multiline annotation is at the start of the line disregarding any leading whitespace
15+
- No other multiline annotations overlap it
16+
- `simd` feature for faster folding [#146](https://github.com/rust-lang/annotate-snippets-rs/pull/146)
17+
18+
### Changed
19+
20+
- Multiline annotations with matching spans get merged [#133](https://github.com/rust-lang/annotate-snippets-rs/pull/133)
21+
- Multiple annotations on one line are no longer rendered on separate lines [#133](https://github.com/rust-lang/annotate-snippets-rs/pull/133)
22+
23+
### Fixed
24+
25+
- Overlapping multiline annotations are now correctly rendered [#133](https://github.com/rust-lang/annotate-snippets-rs/pull/133)
26+
- Origin position is now correctly calculated when an annotation starts at the beginning of the line [#154](https://github.com/rust-lang/annotate-snippets-rs/pull/154)
27+
1028
## [0.11.4] - 2024-06-15
1129

1230
### Fixes

0 commit comments

Comments
 (0)