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>2026-02-05 14:36:40 +0100
commitea06c45dd42193f2f436f873a7b1d1b29be21084 (patch)
tree8368e7fde807f2fae271c96e7d0f3d89ce9a84ca /CHANGELOG.md
parentfeat(rich example): set theme to always Dark, add more text (diff)
downloadiced_selection-ea06c45dd42193f2f436f873a7b1d1b29be21084.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