From f42c24a6058c8915c29b5fe271d8407bcd26d78a Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 2 Mar 2017 11:29:27 +0100 Subject: [PATCH] DATAMONGO-1597 - Updated changelog. --- src/main/resources/changelog.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 637544f72..6554fd3f9 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,16 @@ Spring Data MongoDB Changelog ============================= +Changes in version 1.9.8.RELEASE (2017-03-02) +--------------------------------------------- +* DATAMONGO-1608 - NullPointerException with null argument when using IgnoreCase. +* DATAMONGO-1607 - Class Cast Exception when retrieve data Point with value equal integer. +* DATAMONGO-1605 - All SPEL values are converted to String. +* DATAMONGO-1603 - @Query Annotation Placeholder Issue. +* DATAMONGO-1602 - Remove references to single-argument assertion methods of Spring. +* DATAMONGO-1597 - Release 1.9.8 (Hopper SR8). + + Changes in version 1.10.1.RELEASE (2017-03-02) ---------------------------------------------- * DATAMONGO-1608 - NullPointerException with null argument when using IgnoreCase.