DATAGRAPH-375 - Final prepareations for RC release.

Forward ported changelog from bugfix release. Updated notice.
This commit is contained in:
Oliver Gierke
2013-08-05 16:39:59 +02:00
parent 62905b8f87
commit b1db157a97
3 changed files with 11 additions and 7 deletions

View File

@@ -162,7 +162,7 @@
<repositories>
<repository>
<id>spring-libs-milestone-local</id>
<name>Spring snapshots</name>
<name>Spring Milestones</name>
<url>http://repo.springsource.org/libs-milestone-local</url>
</repository>
<repository>

View File

@@ -3,13 +3,17 @@ Spring Data Neo4j Changelog
Changes in version 2.3.0.RC1 (2013-08-05)
----------------------------------------
* DATAGRAPH-375 Upgrade to SD-Commons 1.6.0.RC1
* DATAGRAPH-375 - Upgrade to SD-Commons 1.6.0.RC1
* made querydsl optional, fix for deleting dynamic properties
* Add type safety mechanism for repositories / finder-methods
* DATAGRAPH-345 support for countBy projections for derived queries
* DATAGRAPH-368 fix for handling transient properties on detached entities
* DATAGRAPH-352/330 : Fixed issues relating to Sorting and Paging for repository.findAll
* DATAGRAPH-345 - Support for countBy projections for derived queries
* DATAGRAPH-368 - Fix for handling transient properties on detached entities
* DATAGRAPH-352, DATAGRAPH-330 - Fixed issues relating to Sorting and Paging for repository.findAll
Changes in version 2.2.2.RELEASE (2013-07-16)
---------------------------------------------
* DATAGRAPH-330 - Sort and Order By for repository.findAll
* DATAGRAPH-325 - Cannot return a set from a query with Neo4j
Changes in version 2.3.0.M1 (2013-06-09)
----------------------------------------

View File

@@ -1,5 +1,5 @@
Spring Data Neo4j 2.0
Copyright (c) [2012] SpringSource, a division of VMware, Inc.
Spring Data Neo4j 2.3.0.RC1
Copyright (c) [2013] Pivotal Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").
You may not use this product except in compliance with the License.