aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorConstantine Vetoshev <vetoshev@gmail.com>2026-03-29 08:04:49 -0700
committerConstantine Vetoshev <vetoshev@gmail.com>2026-03-29 08:08:59 -0700
commit0e632bb8482f94f45a7b1209bb2bd38aadf84003 (patch)
treebc4f2e0da2eadedf9506c2bb40627047cb85f867 /CHANGELOG.md
parent64ef5eaaab9e7564e8b9788ce6d0e2359daf5dca (diff)
Fix consult preview importing buffers into perspectives.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c32aece..a69daa0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,13 @@ Perspective was started in 2008 and this log was only added in 2021.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
+## Unreleased
+
+### Fixed
+
+- Temporary `switch-to-buffer` displays with non-nil `norecord` no longer add the displayed buffer to the current perspective. This fixes `consult-buffer` preview importing previewed buffers ([#225](https://github.com/nex3/perspective-el/issues/225)).
+
+
## [2.21] — 2026-02-10
### Fixed