Updated release notes to reflect what I'm actually fixing

This commit is contained in:
Cameron Fischer 2026-01-07 22:25:22 -05:00
parent 829d55aa10
commit 576c8c09f7

View file

@ -7,4 +7,4 @@ change-category: widget
github-links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9458
github-contributors: Flibbles
This introduces and attempt to be far more robust in detecting infinite recursion in transclusion, and to be better about cleaning up the widget tree and reporting it.
Fixed issue where exceptions occurring during widget rendering could result in junk DOM nodes remaining in widget tree. This was very obvious when max recursion depth exceptions occurred.