Skip to content

Commit dc8eb79

Browse files
committed
#409 - Updated changelog.
1 parent d5330fb commit dc8eb79

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 1.1.3.RELEASE (2020-08-12)
5+
---------------------------------------------
6+
* #429 - Fix typos in reference documentation.
7+
* #425 - Fix lack of @Modifying in example code.
8+
* #421 - MappingException when calling a modifying query method that returns kotlin.Unit.
9+
* #420 - Improve documentation - spring framework version.
10+
* #418 - Document optimistic locking using @Version.
11+
* #416 - SimpleR2dbcRepository does not support custom subclasses.
12+
* #410 - Make it possible to write delete/update operations without using matching.
13+
* #409 - Release 1.1.3 (Neumann SR3).
14+
* #408 - gh-407 - Add ReactiveSortingRepository support.
15+
* #406 - Repositories cannot be used with two different database systems.
16+
* #373 - SpEL parsing does not consider multiple usages and nested object references.
17+
18+
419
Changes in version 1.2.0-M2 (2020-08-12)
520
----------------------------------------
621
* #414 - Adopt SpEL support to use ReactiveEvaluationContextProvider.
@@ -281,3 +296,4 @@ Changes in version 1.0.0.M1 (2018-12-12)
281296

282297

283298

299+

0 commit comments

Comments
 (0)