From 3bde65c599707d7448c36dee26848b0ed48b0fe4 Mon Sep 17 00:00:00 2001 From: Gokul Soumya Date: Mon, 16 Aug 2021 07:31:51 +0530 Subject: [PATCH] Fix change case commands in changelog (#586) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51777680e..b0a90806d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ selections in the future as well as resolves many bugs and edge cases. - Selection contents rotation via `Alt-(` and `Alt-)` ([02cba2a](https://github.com/helix-editor/helix/commit/02cba2a7f403f48eccb18100fb751f7b42373dba)) - Completion behavior improvements ([f917b5a4](https://github.com/helix-editor/helix/commit/f917b5a441ff3ae582358b6939ffbf889f4aa530), [627b899](https://github.com/helix-editor/helix/commit/627b89931576f7af86166ae8d5cbc55537877473)) - Fixed a language server crash ([385a6b5a](https://github.com/helix-editor/helix/commit/385a6b5a1adddfc26e917982641530e1a7c7aa81)) -- Case change commands (`\``, `~`, ``) ([#441](https://github.com/helix-editor/helix/pull/441)) +- Case change commands (`` ` ``, `~`, ````) ([#441](https://github.com/helix-editor/helix/pull/441)) - File pickers (including goto) now provide a preview! ([#534](https://github.com/helix-editor/helix/pull/534)) - Injection query support. Rust macro calls and embedded languages are now properly highlighted ([#430](https://github.com/helix-editor/helix/pull/430)) - Formatting is now asynchronous, and the async job infrastructure has been improved ([#285](https://github.com/helix-editor/helix/pull/285))