We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8642f4 commit a2c27b5Copy full SHA for a2c27b5
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
<!-- next-header -->
8
## [Unreleased] - ReleaseDate
9
10
+### Fixes
11
+
12
+- Switch `fold` to use rustc's logic: always show first and last line of folded section and detect if its worth folding
13
+- When `fold`ing the start of a `source`, don't show anything, like we do for the end of the `source`
14
+- Render an underline for an empty span on `Annotation`s
15
16
## [0.11.0] - 2024-03-15
17
18
### Breaking Changes
0 commit comments