Skip to content

Commit 89e698e

Browse files
Updated changelog.
See #906
1 parent d6e66ad commit 89e698e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/main/resources/changelog.txt

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Spring Data JDBC Changelog
22
=========================
33

4+
Changes in version 2.2.0-M3 (2021-02-17)
5+
----------------------------------------
6+
* DATAJDBC-620 - ResultSetExtractor can not use default row mapper.
7+
* #916 - Fixes Conditions.notIn() by using 'In.createNotIn()'.
8+
* #914 - SqlServerDialect should be case sensitive.
9+
* #911 - Fix documentation of callbacks.
10+
* #910 - Trigger BeforeConvertEvent when saving an entity.
11+
* #257 - Update repository after GitHub issues migration.
12+
13+
414
Changes in version 2.1.4 (2021-02-17)
515
-------------------------------------
616
* DATAJDBC-620 - ResultSetExtractor can not use default row mapper.
@@ -705,5 +715,6 @@ Changes in version 1.0.0.M1 (2018-02-06)
705715

706716

707717

718+
708719

709720

0 commit comments

Comments
 (0)