From b23409157ad09efd8d536f51977554d32b0b2fe8 Mon Sep 17 00:00:00 2001 From: Jonatan Heyman Date: Thu, 9 Jan 2025 14:09:44 +0100 Subject: [PATCH] Add Changelog entry --- docs/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.md b/docs/changelog.md index 166c2ad..4402d20 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -6,6 +6,7 @@ Here are the most notable changes in each release. For a more detailed list of c ## 2.1.0 (not yet released) - Added support for moving the current block to another (or new) buffer. Pressing `Ctrl/Cmd+S` will now pop up a dialog where you can search for and select another buffer to which the block will be moved. It's also possible to select to create a brand new buffer to which the block will be moved. +- When deleting a block, the cursor will now end up at the beginning of the next block, instead of at the end of the previous block. - Added support for the following languages: * Elixir * Scala