Updated changelog.

See #526
This commit is contained in:
Christoph Strobl
2021-02-17 13:59:37 +01:00
parent bfc3bebaad
commit 5ca7d18e4c

View File

@@ -1,6 +1,12 @@
Spring Data R2DBC Changelog
===========================
Changes in version 1.3.0-M3 (2021-02-17)
----------------------------------------
* #530 - MappingR2dbcConverter uses SqlIdentifier.toString() instead of SqlIdentifier.getReference() when calling Row.get(…).
* #506 - Enable Project automation through GitHub Actions.
Changes in version 1.2.4 (2021-02-17)
-------------------------------------
* #530 - MappingR2dbcConverter uses SqlIdentifier.toString() instead of SqlIdentifier.getReference() when calling Row.get(…).
@@ -420,5 +426,6 @@ Changes in version 1.0.0.M1 (2018-12-12)