From 328fd2b14cd5fefd9a8141eb25e6baba6f296998 Mon Sep 17 00:00:00 2001 From: Luke Hill <20105237+luke-hill@users.noreply.github.com> Date: Tue, 14 Jan 2025 12:03:06 +0000 Subject: [PATCH] Update 10.0.0.md --- upgrading_notes/10.0.0.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/upgrading_notes/10.0.0.md b/upgrading_notes/10.0.0.md index acc9fd7f6..25d20770b 100644 --- a/upgrading_notes/10.0.0.md +++ b/upgrading_notes/10.0.0.md @@ -52,10 +52,10 @@ are now purely from the CCK proper. This is the final step in full conformance f ### Tag Expressions Sanitization helpers -This is again another item that should have been removed a long time ago, there is both some internal `aruba` helpers -and some external facing helpers that will attempt to fix poor tag expression syntax +This is again another item that should have been removed a long time ago, there were both some internal `aruba` helpers +and some external facing helpers that attempted to fix poor tag expression syntax. These are now all removed -In all situations now anything that is not a valid tag expression will simply crash and the user will need to fix +In all situations anything that is not a valid tag expression will simply crash and the user will need to fix up their code to be syntactically valid ### StepDefinitionLight associated helpers