Skip to content

Commit

Permalink
docs: Add missing 3.2.x changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Jul 26, 2023
1 parent b58fb0b commit 093abe5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,20 @@ Thanks to @gaurav-bagga for their input and feedback!

== 3.2

=== 3.2.42

* [bug] Correctly filter query results, taking the fact that native ids are only sort of unique for the respecting entity type. (#952)

=== 3.2.41

* [bug] Fix NullPointerException when parsing notification position from BoltResponse (#950)
* [feature] Singe/composite index support for relationships (#948)
* [improvement] Support for direct relationship mapping even if a `@RelationshipEntity` is defined (#951)

=== 3.2.40

* Improve `Optional` handling in `FieldInfo`.

=== 3.2.39

* Allow for classes to be registered dynamically with `DomainInfo`.
Expand Down
2 changes: 1 addition & 1 deletion neo4j-ogm-docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ asciidoc:
neo4j-version: '5.6'
neo4j-version-exact: '5.6.0'
neo4j-buildnumber: '5.6'
ogm-version: '4.0.5'
ogm-version: '4.0.6'
ogm-doc-version: '4.0'

0 comments on commit 093abe5

Please sign in to comment.