diff --git a/docs/appendix/2023.0.adoc b/docs/appendix/2023.0.adoc index 87e662a31d..f2417bdf9b 100644 --- a/docs/appendix/2023.0.adoc +++ b/docs/appendix/2023.0.adoc @@ -1,5 +1,29 @@ == 2022.8 +=== 2023.0.2 + +Thanks to @ikwattro, @lukaseder and @bonelli for their input! + +==== ๐Ÿš€ Features + +* Add missing string functions. (#584) +* Add support for rewriting the `MATCH` clause after parsing. (#580) + +==== ๐Ÿ› Bug Fixes + +* Add support for label expressions. (#582) +* Correctly track identifiable elements. (#579) + +==== ๐Ÿงน Housekeeping + +* Dependency upgrades: +** Bump spring-boot-starter-parent from 3.0.1 to 3.0.2 (#577) +** Bump assertj-core from 3.24.1 to 3.24.2 (#576) + +==== ๐Ÿ›  Build + +* Move the fixed `module-info.java` somewhere out of IDEAs reach. + === 2023.0.1 This patch releases adds a build-in `length` function for paths (thanks @Lukasmp3 for the request) and fixes issues when running Cypher-DSL on the module path (see c7747ca35 on main for more information).