diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 902e1a499..69154ac8c 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,16 @@ Spring Data Cassandra Changelog =============================== +Changes in version 3.2.0-RC1 (2021-03-31) +----------------------------------------- +* #1111 - Use SAM constructors for Kotlin extensions. +* #1110 - Switch to Driver BOM. +* #1109 - Upgrade to Datastax driver 4.11.0. +* #1107 - `SingleEntityExecution` emits both, item and error signal. +* #1106 - Readme lists artifacts with .RELEASE and .BUILD-SNAPSHOT suffixes. +* #1104 - Consider `@Column` and `@Element` annotated constructor parameters. + + Changes in version 3.2.0-M5 (2021-03-17) ---------------------------------------- * #1100 - Remove @Persistent from entity-scan include filters. @@ -1510,5 +1520,6 @@ Changes in version 1.0.0.M1 (2014-03-31) +