aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorConstantine Vetoshev <vetoshev@gmail.com>2026-04-02 22:38:16 -0700
committerConstantine Vetoshev <vetoshev@gmail.com>2026-04-02 22:38:16 -0700
commit230cabf4c1406569bac416cff9502ae23648e3f8 (patch)
tree259fe4d91e151d3dc0610d9b9dfa775184d74195 /CHANGELOG.md
parent1271ac579798fe65ba2246a72a44efb1eeeba2ec (diff)
Avoid recursive persp-delete-frame cleanup on frame deletion.HEADmaster
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 b90c9af..90255d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- 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)).
+- `persp-delete-frame`: guard against reentrant frame-deletion cleanup to avoid excessive Lisp nesting when killing frames with dedicated windows ([#195](https://github.com/nex3/perspective-el/issues/195)).
### Added