From 2f07c795c107faa9870cc920271cf2ed3206bad7 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Sun, 15 Nov 2015 14:06:51 +0100 Subject: [PATCH] DATAREST-707 - Updated changelog. --- src/main/resources/changelog.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 7785700d9..4cede7a6b 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,22 @@ Spring Data REST Changelog ========================== +Changes in version 2.4.1.RELEASE (2015-11-15) +--------------------------------------------- +* DATAREST-707 - Release 2.4.1 (Gosling). +* DATAREST-706 - RepositoryExceptionHandler passes null instead of exception. +* DATAREST-701 - NPE when updating resource via PUT. +* DATAREST-699 - On Java 8, link templates to search resources using pagination contain pageable variable. +* DATAREST-698 - Returned size is the -1 from the parameter that is given. +* DATAREST-690 - Invalid JSON Schema for properties pointing to association resources. +* DATAREST-686 - resourceDescriptionMessageSource does not support UTF-8 property files. +* DATAREST-684 - Edit reference documents to show proper steps in return HAL from custom endpoint. +* DATAREST-683 - ALPS profile does not reflect jackson customization (e.g. enableEnumTranslation=true). +* DATAREST-674 - Guard against regression in UrlPathHelper in Spring 4.2. +* DATAREST-669 - Include section on dependency management from Spring Data Commons into reference documentation. +* DATAREST-665 - Use consistent scheme for property titles in JSON Schema. + + Changes in version 2.2.4.RELEASE (2015-10-14) --------------------------------------------- * DATAREST-693 - Release 2.2.4 (Evans).