Skip to content

Commit f9d32e0

Browse files
remove 5.x info
1 parent 90ee629 commit f9d32e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/syntax/parameters.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Parameters can be used for:
1818
* Literals and expressions.
1919
* Node and relationship ids.
2020
* Properties, when referenced dynamically (for more information, see xref:clauses/where.adoc#filter-on-dynamic-property[Filter on dynamically-computed node property]).
21-
* Node labels and relationship types, when referenced dynamically (for more information, see xref:clauses/match.adoc#dynamic-match[`MATCH` using dynamic node labels and relationship types]). label:new[Introduced in 5.26]
21+
* Node labels and relationship types, when referenced dynamically (for more information, see xref:clauses/match.adoc#dynamic-match[`MATCH` using dynamic node labels and relationship types]).
2222

2323
Parameters cannot be used for the following constructs, as these form part of the query structure that is compiled into a query plan:
2424

0 commit comments

Comments
 (0)