diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 93d8ba28c..dbdc6d63d 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,37 @@ Spring Data Commons Changelog ============================= +Changes in version 1.11.0.M1 (2015-06-02) +----------------------------------------- +* DATACMNS-706 - Release 1.11 M1 (Gosling). +* DATACMNS-701 - PagedResourcesAssembler should expose first and last links. +* DATACMNS-700 - RepositoryInvoker.invokeQueryMethod(…) should report failed parameter conversions with dedicated exception. +* DATACMNS-699 - PagedResourcesAssembler should allow creating an empty PagedResources that renders an embedded empty collection. +* DATACMNS-697 - Field-local generics information not honored. +* DATACMNS-696 - Enable Slack notifications for Travis build. +* DATACMNS-695 - Potential NullPointerException in AbstractMappingContext. +* DATACMNS-694 - Remove relative paths to parent POM. +* DATACMNS-693 - Change property reflection mechanisms from java.beans.Introspector to spring specific BeanUtils. +* DATACMNS-692 - IllegalArgumentExceptions in PageableHandlerMethodArgumentResolver with one-based index parameters. +* DATACMNS-689 - Improve reference documentation on web pagination. +* DATACMNS-687 - Add section on dependency management for Spring Data modules and Spring Framework to the reference documentation. +* DATACMNS-684 - ProxyProjectionFactory should allow to access to proxy target from created proxies. +* DATACMNS-683 - Enabling Spring Data web support breaks @ModelAttribute binding in Spring MVC. +* DATACMNS-682 - Abrupt documentation line ending. +* DATACMNS-681 - Take care of compiler warnings. +* DATACMNS-680 - Switch to Guava property of Spring Data Build. +* DATACMNS-679 - Clean up Sonargraph architecture description. +* DATACMNS-678 - Improve method signature of RepositoryInvoker.invokeQueryMethod(…). +* DATACMNS-677 - Cache annotation absence in AnnotationBasedPersistentProperty when there is no field for property. +* DATACMNS-674 - Typo in reference documentation. +* DATACMNS-673 - ConverterNotFoundException when invoking a method that expects a parameter interface. +* DATACMNS-664 - Adapt Travis build config after Spring 4.1 upgrade. +* DATACMNS-663 - Typo in method in BytecodeGeneratingEntityInstantiator. +* DATACMNS-613 - Remove custom CollectionFactory once we migrate to Spring 4.1.x. +* DATACMNS-542 - Simplify the process of adding custom methods to all repositories. +* DATACMNS-515 - Pagination links created by PagedResourcesAssembler should have a canonical URL not a templated one. + + Changes in version 1.10.0.RELEASE (2015-03-23) ---------------------------------------------- * DATACMNS-662 - Release 1.10 GA.