aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorConstantine Vetoshev <vetoshev@gmail.com>2026-03-31 07:02:47 -0700
committerConstantine Vetoshev <vetoshev@gmail.com>2026-03-31 07:02:47 -0700
commit47c083a7cee9849fe5d36759ad141a0f5df61e77 (patch)
tree0176aaa54f9866de97a64c01dbec5f80bd3ffec2 /CHANGELOG.md
parent80691af9480431cc3cbb70914d0ff0d70447a0e1 (diff)
Speed up persp-maybe-kill-buffer.
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 2720880..b90c9af 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### 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)).
+- `persp-maybe-kill-buffer`: improve performance by avoiding switching perspectives and rebuilding buffer-name lists ([#226](https://github.com/nex3/perspective-el/issues/226)).
### Added