From a2c27b5b4b5c108c07c6e252afeb011f1d8b3e17 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 21 Mar 2024 15:36:16 -0500 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad3df890..c91e63d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Fixes + +- Switch `fold` to use rustc's logic: always show first and last line of folded section and detect if its worth folding +- When `fold`ing the start of a `source`, don't show anything, like we do for the end of the `source` +- Render an underline for an empty span on `Annotation`s + ## [0.11.0] - 2024-03-15 ### Breaking Changes