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