Skip to content

Commit f9a4b88

Browse files
committed
Updated changelog.
See #925
1 parent fd6169b commit f9a4b88

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/main/resources/changelog.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Spring Data JDBC Changelog
22
=========================
33

4+
Changes in version 2.2.0-M5 (2021-03-17)
5+
----------------------------------------
6+
* #939 - Don't retrieve generated keys on INSERT if primary key is defined.
7+
* #938 - Move to Spring Data Commons' association abstraction.
8+
* #937 - JdbcCustomConversion does not reject non-Date related default converters anymore.
9+
* #933 - Generated keys are retrieved even if the primary key value is defined.
10+
* #929 - Add Query by Example support.
11+
12+
413
Changes in version 2.1.6 (2021-03-17)
514
-------------------------------------
615

@@ -736,5 +745,6 @@ Changes in version 1.0.0.M1 (2018-02-06)
736745

737746

738747

748+
739749

740750

0 commit comments

Comments
 (0)