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
+18
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
<!-- next-header -->
8
8
## [Unreleased] - ReleaseDate
9
9
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)
0 commit comments