Skip to content

Commit

Permalink
Update CHANGES and README
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Sep 19, 2018
1 parent 7526cbf commit d5b6036
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ o Deprecate #getIndexes and #build in AutoIndexManager. #437
o Convert array correct in delete operations. #509
o Treat @PostLoad methods the same way as JSR-250 treats @PostConstruct. #516
o Recognize overwritten @PostLoad methods in a class hierarchy. #414, #516
o Deprecate default constructor and mutating put-method in ObjectAnnotations
o Deprecate default constructor and mutating put-method in ObjectAnnotations.
o Prevent possible accidental deletion of all nodes when no label can be determined.

3.1.2
o Improve documentation.
Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:version: 3.1.1
:dev_version: 3.1.2-SNAPSHOT
:version: 3.1.2
:dev_version: 3.1.3-SNAPSHOT
:last_dev_version: 3.0.5-SNAPSHOT

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]
Expand Down

0 comments on commit d5b6036

Please sign in to comment.