aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorConstantine Vetoshev <vetoshev@gmail.com>2026-02-03 06:23:40 -0800
committerConstantine Vetoshev <vetoshev@gmail.com>2026-02-03 06:23:40 -0800
commitdfef8817970288322ac2a4a3caaf27ec28f0adab (patch)
tree7126e65f1df178cff1efceccd4acf72e3061d6cb /CHANGELOG.md
parent261afa33a8a811f60c06322924f31cdf3c85182b (diff)
Fix winner-mode integration.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b7cd1e7..c25ea7b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
+### Fixed
+
+- Integrate `winner-mode` state per perspective to prevent `winner-undo` crossing perspectives ([#137](https://github.com/nex3/perspective-el/issues/137)).
+
+
### Added
- `persp-sort`: now supports `'oldest` sorting, which inverts sort order compared to `'created` ([#224](https://github.com/nex3/perspective-el/pull/224)).