Browse Source

Updated changelog.

See #925
1.1.x
Mark Paluch 5 years ago
parent
commit
b9a7b3cfd2
No known key found for this signature in database
GPG Key ID: 4406B84C1661DCD1
  1. 10
      src/main/resources/changelog.txt

10
src/main/resources/changelog.txt

@ -1,6 +1,15 @@ @@ -1,6 +1,15 @@
Spring Data JDBC Changelog
=========================
Changes in version 2.2.0-M5 (2021-03-17)
----------------------------------------
* #939 - Don't retrieve generated keys on INSERT if primary key is defined.
* #938 - Move to Spring Data Commons' association abstraction.
* #937 - JdbcCustomConversion does not reject non-Date related default converters anymore.
* #933 - Generated keys are retrieved even if the primary key value is defined.
* #929 - Add Query by Example support.
Changes in version 2.1.6 (2021-03-17)
-------------------------------------
@ -724,5 +733,6 @@ Changes in version 1.0.0.M1 (2018-02-06) @@ -724,5 +733,6 @@ Changes in version 1.0.0.M1 (2018-02-06)

Loading…
Cancel
Save