1# Changelog 2 3## Unreleased 4 5 - … 6 7## annotate-snippets 0.9.2 (October 30, 2023) 8 9 - Remove parsing of __ in title strings, fixes (#53) 10 - Origin line number is not correct when using a slice with fold: true (#52) 11 12## annotate-snippets 0.9.1 (September 4, 2021) 13 14 - Fix character split when strip code. (#37) 15 - Fix off by one error in multiline highlighting. (#42) 16 - Fix display of annotation for double width characters. (#46) 17 18## annotate-snippets 0.9.0 (June 28, 2020) 19 20 - Add strip code to the left and right of long lines. (#36) 21 22## annotate-snippets 0.8.0 (April 14, 2020) 23 24 - Replace `ansi_term` with `yansi-term` for improved performance. (#30) 25 - Turn `Snippet` and `Slice` to work on borrowed slices, rather than Strings. (#32) 26 - Fix `\r\n` end of lines. (#29) 27 28## annotate-snippets 0.7.0 (March 30, 2020) 29 30 - Refactor API to use `fmt::Display` (#27) 31 - Fix SourceAnnotation range (#27) 32 - Fix column numbers (#22) 33 - Derive `PartialEq` for `AnnotationType` (#19) 34 - Update `ansi_term` to 0.12. 35 36## annotate-snippets 0.6.1 (July 23, 2019) 37 38 - Fix too many anonymized line numbers (#5) 39 40## annotate-snippets 0.6.0 (June 26, 2019) 41 42 - Add an option to anonymize line numbers (#3) 43 - Transition the crate to rust-lang org. 44 - Update the syntax to Rust 2018 idioms. (#4) 45