Skip to content

Commit

Permalink
Prepare version 3.2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Jan 14, 2020
1 parent 5875535 commit 16ce635
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
= Changes

== 3.2.6

* Improve performance of fully qualified class name lookup. (#738)
* Make OGM more resilient against scanning the root package. (#686)
* Fix IllegalArgumentException on first reload with Spring Boot DevTools. (#743)
* Avoid possible NPEs with bad domain model. (#741)
* Make database configurable. (#744)

== 3.2.5

* Return unmapped relationship models. (#727)
* Don't rely on simple class names for entity mapping. (#726)
* Improve class loading mechanism. (#729, #728)
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:version: 3.2.5
:version: 3.2.6

image:https://img.shields.io/maven-central/v/org.neo4j/neo4j-ogm.svg[Maven Central,link=http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.neo4j%22%20AND%20a%3A%22neo4j-ogm%22]
image:https://rawgit.com/aleen42/badges/master/src/slack.svg[Slack,link=https://neo4j-users.slack.com/messages/neo4j-sdn-ogm/]
Expand Down

0 comments on commit 16ce635

Please sign in to comment.