aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-12-30 16:31:57 +0100
committerPolesznyák Márk <contact@pml68.dev>2025-12-30 16:31:57 +0100
commit3dccf94f899c58d4b5552a98b20a6aadc9d6b9c4 (patch)
treea3c3fcd4a6d196f918fa3375762cbc1749ed35b8 /CHANGELOG.md
parentfeat(rich example): set theme to always Dark, add more text (diff)
downloadiced_selection-3dccf94f899c58d4b5552a98b20a6aadc9d6b9c4.tar.gz
docs: update CHANGLELOG and README to reflect latest changes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 09ec9de..cde670d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
+### Added
+- Support for selection on wrapped lines (by-line selection methods don't take wrapped segments into account yet!)
+- Support for changing mouse drag selection when out-of-bounds
+
+Many thanks to...
+- [alex-ds13](https://github.com/alex-ds13)
## 0.3.1 - only created because I published bad code on crates.io