DATAJPA-1749 - Updated changelog.

This commit is contained in:
Mark Paluch
2020-08-12 11:51:20 +02:00
parent fc0b133bdb
commit d668cd5748

View File

@@ -1,6 +1,14 @@
Spring Data JPA Changelog
=========================
Changes in version 2.4.0-M2 (2020-08-12)
----------------------------------------
* DATAJPA-1761 - Sample transactional code having unnecessary save operation.
* DATAJPA-1754 - assert the entity is null in SimpleJpaRepository.save.
* DATAJPA-1749 - Release 2.4 M2 (2020.0.0).
* DATAJPA-872 - Query hints on repository methods do not support hints that allow duplicate values for the same name.
Changes in version 2.3.2.RELEASE (2020-07-22)
---------------------------------------------
* DATAJPA-1743 - Release 2.3.2 (Neumann SR2).
@@ -2015,5 +2023,6 @@ Changes in version 1.0.0.M1 (2011-02-10) - https://jira.springsource.org/browse/