Skip to content

Commit c04464b

Browse files
fixed labels
1 parent 03ec453 commit c04464b

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

modules/ROOT/pages/functions/index.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ All trigonometric functions operate on radians, unless otherwise specified.
313313
1.1+| xref::functions/mathematical-trigonometric.adoc#functions-cosh[`cosh()`]
314314
| `cosh(input :: FLOAT) :: FLOAT`
315315
| Returns the hyperbolic cosine of a `FLOAT`.
316-
label:new[Introduced in 2025.06]
316+
label:new[Introduced in Neo4j 2025.06]
317317

318318
1.1+| xref::functions/mathematical-trigonometric.adoc#functions-cot[`cot()`]
319319
| `cot(input :: FLOAT) :: FLOAT`
@@ -322,7 +322,7 @@ label:new[Introduced in 2025.06]
322322
1.1+| xref::functions/mathematical-trigonometric.adoc#functions-coth[`coth()`]
323323
| `coth(input :: FLOAT) :: FLOAT`
324324
| Returns the hyperbolic cotangent of a `FLOAT`.
325-
label:new[Introduced in 2025.06]
325+
label:new[Introduced in Neo4j 2025.06]
326326

327327
1.1+| xref::functions/mathematical-trigonometric.adoc#functions-degrees[`degrees()`]
328328
| `degrees(input :: FLOAT) :: FLOAT`
@@ -347,7 +347,7 @@ label:new[Introduced in 2025.06]
347347
1.1+| xref::functions/mathematical-trigonometric.adoc#functions-sinh[`sinh()`]
348348
| `sinh(input :: FLOAT) :: FLOAT`
349349
| Returns the hyperbolic sine of a `FLOAT`.
350-
label:new[Introduced in 2025.06]
350+
label:new[Introduced in Neo4j 2025.06]
351351

352352
1.1+| xref::functions/mathematical-trigonometric.adoc#functions-tan[`tan()`]
353353
| `tan(input :: FLOAT) :: FLOAT`
@@ -356,7 +356,7 @@ label:new[Introduced in 2025.06]
356356
1.1+| xref::functions/mathematical-trigonometric.adoc#functions-tanh[`tanh()`]
357357
| `tanh(input :: FLOAT) :: FLOAT`
358358
| Returns the hyperbolic tangent of a `FLOAT`.
359-
label:new[Introduced in 2025.06]
359+
label:new[Introduced in Neo4j 2025.06]
360360

361361
|===
362362

modules/ROOT/pages/subqueries/subqueries-in-transactions.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,6 @@ RETURN n.num
533533
=====
534534

535535

536-
[role=label--new-2025.03]
537536
[[on-error-retry]]
538537
=== `ON ERROR RETRY`
539538

@@ -842,7 +841,7 @@ If so, the impacted transactions are always rolled back, and an error is thrown
842841

843842
* xref:subqueries/subqueries-in-transactions.adoc#on-error-continue[`ON ERROR CONTINUE`]
844843
* xref:subqueries/subqueries-in-transactions.adoc#on-error-break[`ON ERROR BREAK`]
845-
* xref:subqueries/subqueries-in-transactions.adoc#on-error-retry[`ON ERROR RETRY`] label:new[Introduced in Neo4j 2025.03]
844+
* xref:subqueries/subqueries-in-transactions.adoc#on-error-retry[`ON ERROR RETRY`]
846845

847846
The latter is particularly suited for concurrent transactions, because it retries recoverable transient errors with exponential backoff between retries until the xref:subqueries/subqueries-in-transactions.adoc#specify-retry-duration[maximum retry duration] has been reached.
848847

0 commit comments

Comments
 (0)