From a364ce510c1187498794951cb782c1a713f9fef8 Mon Sep 17 00:00:00 2001 From: Scott Schafer Date: Fri, 24 Oct 2025 12:01:08 -0600 Subject: [PATCH] chore: Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b9f152..60ff939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] - ReleaseDate +### Fixes + +- Correctly calculate annotation offsets when trimming unicode characters [#331](https://github.com/rust-lang/annotate-snippets-rs/pull/331) + ## [0.12.6] - 2025-10-22 ### Changed