Skip to content

Commit bda88ea

Browse files
Remove mentions of Neo4j 6.0 (#1086)
1 parent 1db3ff2 commit bda88ea

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

modules/ROOT/pages/functions/scalar.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,12 +1205,12 @@ Future releases of Cypher may include updates to the current type system.
12051205
This can include the introduction of new types and subtypes of already supported types.
12061206
If a new type is introduced, it will be returned by the `valueType()` function as soon as it is released.
12071207
However, if a more precise subtype of a previously supported type is introduced, it would be considered a breaking change.
1208-
As a result, any new subtypes introduced after the release of Neo4j 5.13 will not be returned by the `valueType()` function until the following major release (Neo4j 6.0).
1208+
As a result, any new subtypes introduced after the release of Neo4j 5.13 will not be returned by the `valueType()` function until the next major release of Neo4j.
12091209

1210-
For example, the function currently returns `"FLOAT"`, but if a more specific `FLOAT` type was added, e.g. `FLOAT32`, this would be considered more specific and not be returned until Neo4j 6.0.
1211-
As a result,`"FLOAT"` would continue to be returned for any `FLOAT32` values until the release of Neo4j 6.0.
1210+
For example, the function currently returns `"FLOAT"`, but if a more specific `FLOAT` type was added, e.g. `FLOAT32`, this would be considered more specific and not be returned until the next major release of Neo4j.
1211+
As a result,`"FLOAT"` would continue to be returned for any `FLOAT32` values until the next major release.
12121212

1213-
With this in mind, the below list contains all supported types (as of Neo4j 5.13) displayed by the `valueType()` function until the release of Neo4j 6.0:
1213+
With this in mind, the below list contains all supported types (as of Neo4j 5.13) displayed by the `valueType()` function until the next major release of Neo4j:
12141214

12151215
* Predefined types
12161216
** `NOTHING`

modules/ROOT/pages/syntax/naming.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ Some techniques to mitigate this are:
5151

5252
[NOTE]
5353
====
54-
Several special characters have been deprecated and will require escaping in Neo4j 6.0, see xref::deprecations-additions-removals-compatibility.adoc#cypher-deprecations-additions-removals-5.15[here] for the comprehensive list of deprecated characters.
54+
Several special characters have been deprecated and will require escaping in the next major release of Neo4j.
55+
For the comprehensive list of deprecated characters, see the xref::deprecations-additions-removals-compatibility.adoc#cypher-deprecations-additions-removals-5.15[deprecations page].
5556
====
5657

5758
== Scoping and namespace rules

0 commit comments

Comments
 (0)