diff --git a/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc b/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc index cf176d747..5c81b61f3 100644 --- a/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc +++ b/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc @@ -801,6 +801,19 @@ New operators: * xref:planning-and-tuning/operators/operators-detail.adoc#query-plan-stateful-shortest-path-into[`StatefulShortestPath(Into)`] a| Introduced new operators to solve xref:patterns/shortest-paths.adoc[`SHORTEST`] queries. + +a| +label:functionality[] +label:new[] +[source, cypher, role="noheader"] +---- +CYPHER 5 +RETURN 1 +---- + +a| +Introduced the ability to prepend queries with `CYPHER 5`. +This ensures that a query is run using version 5 of Cypher. |=== [[cypher-deprecations-additions-removals-5.20]]