From 65c445d46801c4df48ef2d211045bcb12a78a640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Szabo?= Date: Fri, 7 Jun 2024 11:04:04 -0300 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: DeeDeeG --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b1023709..20adb7ea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -304,7 +304,6 @@ - Prevented warnings in the developer console from appearing when autocomplete suggestions are shown. - Removed the last CoffeeScript code from Pulsar and core packages. - Migrated the majority of our CI to GitHub Actions. -- Added `ppm` and `ppm.cmd` binaries/launchers within ppm. This allows easier integration of correctly named binaries on more systems in more contexts (especially Windows). Existing `apm` and `apm.cmd` binaries/launchers are still there for the time being. ### Pulsar - Added: about: Make the About page's CSS responsive for narrow panes [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/717)