DATAKV-124 - Updated changelog.

This commit is contained in:
Oliver Gierke
2016-02-12 15:36:13 +01:00
committed by Oliver Gierke
parent 2163d508bb
commit aba50ea481

View File

@@ -1,6 +1,18 @@
Spring Data KeyValue Changelog
==========================
Changes in version 1.1.0.M1 (2016-02-12)
----------------------------------------
* DATAKV-125 - Add code of conduct.
* DATAKV-124 - Release 1.1 M1 (Hopper).
* DATAKV-123 - KeyValueRepositoryFactoryBean should expose dedicated createRepositoryFactory(…) method.
* DATAKV-121 - Add support for projections on repository query methods.
* DATAKV-119 - Upgrade to Querydsl 4.
* DATAKV-115 - Executing query methods on repositories is not thread-safe.
* DATAKV-114 - Query using a repository's findByXXX fails when a property XXX of any entry is null.
* DATAKV-111 - Typos in reference documentation.
Changes in version 1.0.2.RELEASE (2015-12-18)
---------------------------------------------
* DATAKV-122 - Release 1.0.2 (Gosling).