diff --git a/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc b/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc index 91223d161..c498a5b64 100644 --- a/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc +++ b/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc @@ -651,6 +651,20 @@ Creating a database with unescaped dots in the name has been deprecated, instead CREATE DATABASE `databaseName.withDot` ... ---- +a| +label:functionality[] +label:deprecated[] +[source, cypher, role="noheader"] +---- +()-[:A\|:B]->() +---- +a| +Replaced by: +[source, cypher, role="noheader"] +---- +()-[:A\|B]->() +---- + |=== === Updated features