From 242b68eb1204762083ca92c34327ca0ba53507a6 Mon Sep 17 00:00:00 2001 From: Chris Antos Date: Sun, 17 Mar 2024 22:22:17 -1000 Subject: [PATCH] Update CHANGES. --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index aafbdfd98..2176a71bd 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,12 @@ ### Releases from [chrisant996/clink](https://github.com/chrisant996/clink) fork +#### v1.6.9 + +- Fixed [#574](https://github.com/chrisant996/clink/issues/574); `prompt.spacing` "eats" lines containing Unicode Surrogate Pairs such as for some [nerdfont](https://nerdfonts.com) icons (Windows Terminal accidentally returns that such lines are empty). +- Fixed [#573](https://github.com/chrisant996/clink/issues/573); C# was unable to read Clink's version resource. +- Fixed [#555](https://github.com/chrisant996/clink/issues/555); security advisory [CVE-2020-24370](https://github.com/advisories/GHSA-gfr4-c37g-mm3v) for a Lua bug. + #### v1.6.8 - Fixed [#571](https://github.com/chrisant996/clink/issues/571); error in clink.bat under some circumstances (regression introduced in v1.6.7).