diff --git a/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9548.tid b/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9548.tid index e8f1735a7..50a2b6afd 100644 --- a/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9548.tid +++ b/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9548.tid @@ -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.