From 544d1fa7211f6da5dbe0f063640491ff8727c120 Mon Sep 17 00:00:00 2001 From: rhysd Date: Thu, 12 Oct 2023 09:10:08 +0900 Subject: [PATCH] Update changelog for v5.1.0 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80c1b9b4..97319aa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [Version 5.1.0](https://github.com/trishume/syntect/compare/v5.0.0...v5.1.0) (2023-08-01) + +### Improvements + +- Fix how `syntect::util::split_at()` handles multi-byte characters +- Allow case insensitive search for .tmtheme paths +- impl `PartialEq` for `Theme` + +### Dependencies + +- Upgrade `fancy-regex` to 0.11 +- Upgrade `regex-syntax` to 0.7 +- Replace `lazy_static` with `once_cell` + +### Other + +- Change MSRV policy to "last three stable versions" +- Make `Debug` impl of `syntect::highlighting::Color` less verbose + ## [Version 5.0.0](https://github.com/trishume/syntect/compare/v4.6.0...v5.0.0) (2022-05-03) Breaking changes