From 3084327b0e64f306d86093952aa958480ad7160c Mon Sep 17 00:00:00 2001 From: Charles Whittington Date: Sun, 3 Nov 2024 21:45:31 -0500 Subject: [PATCH] Apply suggested changenote tweak Co-authored-by: Russell Keith-Magee --- changes/224.removal.2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/224.removal.2.rst b/changes/224.removal.2.rst index 399240f..caa1a23 100644 --- a/changes/224.removal.2.rst +++ b/changes/224.removal.2.rst @@ -1 +1 @@ -The mechanisms for assigning styles and applicators to nodes, and applying styles, have been reworked. A node will now attempt to apply its style as soon as it is assigned an applicator; this means you should wait to do so until a node is sufficiently initialized to apply its style. To accomodate uses that currently do not follow this order, any exceptions resulting from a failed style application are caught, and a runtime warning is issued. In a future version, this will be an exception. (Assiging a new style will also trigger a reapply, as long as the applicator is already present.) +The mechanisms for assigning styles and applicators to nodes, and applying styles, have been reworked. A node will now attempt to apply its style as soon as it is assigned an applicator; this means you should not assign an applicator to a node until the node is sufficiently initialized to apply its style. To accomodate uses that currently do not follow this order, any exceptions resulting from a failed style application are caught, and a runtime warning is issued. In a future version, this will be an exception. Assigning a new style will also trigger a reapply, as long as the applicator is already present.