From b2360ea01adb0cf1d0ac2f41263741af6723fb87 Mon Sep 17 00:00:00 2001 From: Tristan Hume Date: Sat, 23 May 2020 13:57:52 -0400 Subject: [PATCH] Changelog for v4.2.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 933db5e7..edac5c7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [Version 4.2.0](https://github.com/trishume/syntect/compare/v4.1.1...v4.2.0) (2020-04-20) + +- Updates to new versions of `onig` and `plist`. The new `onig` version doesn't require `bindgen` thus making compilation easier. [#293](https://github.com/trishume/syntect/pull/293) + ## [Version 4.1.1](https://github.com/trishume/syntect/compare/v4.1.0...v4.1.1) (2020-04-20) - Properly handle backreferences in included contexts [#288](https://github.com/trishume/syntect/pull/288)