From 9b51b18a08d54c67b501ce8a0f03377922d2eb2d Mon Sep 17 00:00:00 2001 From: confused_techie Date: Thu, 15 Jun 2023 19:00:30 -0700 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 e9d37dabf..d4b48000e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ - Improved the Clojure language support by migrating it to tree-sitter and support block comments, quoting, and other advanced features on modern tree-sitter implementation - Fixed a bug that could cause images to not appear the first time opening them - `autocomplete-css` Completions are now sorted in a way that may match what users expect -- Added a "Logout" option in the `github` package +- Added a "Log Out" menu item for the `github` package ### Pulsar - Updated: deps: Bump github to v0.36.16-pretranspiled [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/592)