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
+22-1Lines changed: 22 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
<!-- next-header -->
8
8
## [Unreleased] - ReleaseDate
9
9
10
+
## [0.11.5] - 2024-12-09
11
+
12
+
### Added
13
+
14
+
-`rustc`'s multiline annotation special case [#133](https://github.com/rust-lang/annotate-snippets-rs/pull/133)
15
+
- This special case happens when:
16
+
- The start of a multiline annotation is at the start of the line disregarding any leading whitespace
17
+
- No other multiline annotations overlap it
18
+
-`simd` feature for faster folding [#146](https://github.com/rust-lang/annotate-snippets-rs/pull/146)
19
+
20
+
### Changed
21
+
22
+
- Multiline annotations with matching spans get merged [#133](https://github.com/rust-lang/annotate-snippets-rs/pull/133)
23
+
- Multiple annotations on one line are no longer rendered on separate lines [#133](https://github.com/rust-lang/annotate-snippets-rs/pull/133)
24
+
25
+
### Fixed
26
+
27
+
- Overlapping multiline annotations are now correctly rendered [#133](https://github.com/rust-lang/annotate-snippets-rs/pull/133)
28
+
- 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)
29
+
10
30
## [0.11.4] - 2024-06-15
11
31
12
32
### Fixes
@@ -144,7 +164,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
0 commit comments