Skip to content

Commit d7976eb

Browse files
committed
firebase-dataconnect/CHANGELOG.md: clarified requirement to be used with generated code of cli 1.7.0 or later
1 parent 3512f15 commit d7976eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

firebase-dataconnect/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
com.google.firebase.dataconnect.LocalDate.
2525
([#6434](https://github.com/firebase/firebase-android-sdk/pull/6434))
2626
* [changed] `DateSerializer` removed, as it is superceded by
27-
`LocalDateSerializer`.
28-
As of Data Connect emulator version 1.7.0, the generated Kotlin code uses
29-
`com.google.firebase.dataconnect.LocalDate` instead of `java.util.Date`.
30-
Therefore, this version of the SDK must be paired with an appropriate version
31-
of the Data Connect emulator.
27+
`LocalDateSerializer`. As of Data Connect emulator version 1.7.0, the
28+
generated Kotlin code uses `com.google.firebase.dataconnect.LocalDate`
29+
instead of `java.util.Date`. Therefore, this version of the SDK must be
30+
paired with code generated by version 1.7.0 (or later) of the Data Connect
31+
emulator.
3232
([#6513](https://github.com/firebase/firebase-android-sdk/pull/6513))
3333

3434
# 16.0.0-beta02

0 commit comments

Comments
 (0)