From bb27bf0ca26fa833d06456c001c36c43d86f86fd Mon Sep 17 00:00:00 2001 From: Jake Jackson Date: Thu, 7 Nov 2024 17:15:15 +1100 Subject: [PATCH] Merge changelog entry with 4.0.1 --- CHANGELOG.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e27d92b..810f0c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,13 @@ QueryPath Changelog =========================== -# 4.0.2 +# 4.0.1 +- Only define global functions qp(), htmlqp(), and html5qp() if they haven't been defined already. - Fix for :nth-child(n+B) to select B-th and all following elements - Fix for :nth-child(-n+B) to select first B elements - Update PHPUnit Test Suite to use @dataProvider in testPseudoClassNthChild() to reduce code repetition -# 4.0.1 - -- Only define global functions qp(), htmlqp(), and html5qp() if they haven't been defined already. - # 4.0.0 - Reverse logic in DomQuery::html5() so that DomQuery::html5() returns the content of the current match, and DomQuery::html5('') replaces the content of the current matches. This matches the existing logic used in DomQuery::html().