Skip to content

Commit 2a60a14

Browse files
#462 - Updated changelog.
1 parent 101725c commit 2a60a14

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 1.2.0-RC2 (2020-10-14)
5+
-----------------------------------------
6+
* #475 - Projections doesn't work using data-repositories.
7+
* #469 - NPE when calling @Query returning null.
8+
* #468 - Result of derived ExistsBy Query not handled properly.
9+
* #467 - Migrate tests to JUnit 5.
10+
* #465 - Enum values used through @Query not converted to String.
11+
* #463 - Update CI jobs for Java 15.
12+
* #462 - Release 1.2 RC2 (2020.0.0).
13+
* #413 - Refine reference documentation after Spring R2DBC migration.
14+
* #395 - Allow suspend + List in CoroutineCrudRepository.
15+
16+
417
Changes in version 1.2.0-RC1 (2020-09-16)
518
-----------------------------------------
619
* #454 - Adapt to changed array assertions in AssertJ.
@@ -323,3 +336,4 @@ Changes in version 1.0.0.M1 (2018-12-12)
323336

324337

325338

339+

0 commit comments

Comments
 (0)