summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-01-15 17:36:33 +0100
committerGitHub <noreply@github.com>2020-01-15 17:36:33 +0100
commit7d1edf01c2d16eedbbfb652b1e57db0f819f12c0 (patch)
treef44acb48c984076c0f9cc727d1ffd5cb8e5defed /CHANGELOG.md
parent7dc406252b06a19b8d5c4f2a2fdebe90a5ad65e2 (diff)
Expand line selection across wrapped lines
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d7e77a23..209036c3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Pressing additional modifiers for mouse bindings will no longer trigger them
- Renamed `WINIT_HIDPI_FACTOR` environment variable to `WINIT_X11_SCALE_FACTOR`
- Print an error instead of crashing, when startup working directory is invalid
+- Line selection will now expand across wrapped lines
### Fixed