From 431ae01af75767173bd7feedda0b88c5d20c2dd8 Mon Sep 17 00:00:00 2001 From: Scott Schafer Date: Wed, 3 Sep 2025 08:56:02 -0600 Subject: [PATCH] chore: Update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78b9a00f..024c8109 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Fixes + +- Duplicate multi-line annotations get treated like the are distinct #293 +- Allow passing `0` to `Snippet::line_start` #294 + ## [0.12.1] - 2025-09-02 ### Fixes