From fdc216b44d5211f1f97a0bb20475464a93708c9c Mon Sep 17 00:00:00 2001 From: confused_techie Date: Wed, 15 Nov 2023 19:43:23 -0800 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: DeeDeeG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d71a708b66..03551daa6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ - Fixed an issue that sometimes caused text to shift or disappear after an editor pane regains focus. - Fixed scoping/highlighting of single-quoted (`'...'`) and C-style (`$'...'`) strings in shell scripts. - Fixed an issue with the "Dismiss this Version" button (In the `pulsar-updater` package). -- Fixed an issue with how Linux Pulsar binaries were built, to ensure compatibility with non-bleeding edge glibc versions. +- Fixed an issue with how Linux Pulsar binaries were built, to ensure compatibility with non-bleeding edge glibc versions. (Compatibility with even older glibc versions is still being looked into, for the folks on older or RHEL-compatible distros.) ### Pulsar - Fixed: meta: Update CirrusCI GitHub Token [@confused-Techie](https://github.com/pulsar-edit/pulsar/pull/804)