From 1cf07efa9a8d61fd69b7190602bf9030bb1d1dcc Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 8 May 2018 10:49:40 +0200 Subject: [PATCH] DATACASS-539 - Updated changelog. --- src/main/resources/changelog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index d7c5c64b1..aeeadd44d 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,14 @@ Spring Data Cassandra Changelog =============================== +Changes in version 1.5.12.RELEASE (2018-05-08) +---------------------------------------------- +* DATACASS-547 - Annotate writing converters for Cassandra date/time conversion. +* DATACASS-546 - Unable to delete user-defined types when one UDT references another. +* DATACASS-541 - Remove links to decommissioned Planet Cassandra. +* DATACASS-539 - Release 1.5.12 (Ingalls SR12). + + Changes in version 2.1.0.M2 (2018-04-13) ---------------------------------------- * DATACASS-542 - Adapt to API changes in Spring Data Commons.