From daf684099b9983ed9ad988e163aae282aa5c74f7 Mon Sep 17 00:00:00 2001 From: Joshua Barretto Date: Mon, 28 Oct 2024 22:41:02 +0000 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c251687..e5919c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,10 +19,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # [0.5.0] - 2024-10-28 +### Added + +- Support for multi-line notes +- Support for `RangeInclusive` as spans + ### Changed - Made `Report::build` accept a proper span, avoiding much type annotation trouble +### Fixed + +- Handling of empty lines +- `Config::new()` is now `const` +- Several subtle formatting bugs + # [0.4.1] - 2024-04-25 ### Added