Skip to content

Commit

Permalink
CHANGELOG.md: update PR number
Browse files Browse the repository at this point in the history
  • Loading branch information
dconeybe committed Nov 1, 2024
1 parent 4491c19 commit 4b2552f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions firebase-dataconnect/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
* [changed] Requires Data Connect emulator version 1.6.0 or later for code generation.
* [feature] QueryRef and MutationRef gain methods copy(), withDataDeserializer(),
and withVariablesSerializer().
([#XXXX](https://github.com/firebase/firebase-android-sdk/pull/XXXX))
([#6424](https://github.com/firebase/firebase-android-sdk/pull/6424))
* [feature] GeneratedConnector gains methods copy(), operations(), queries(),
and mutations().
([#XXXX](https://github.com/firebase/firebase-android-sdk/pull/XXXX))
([#6424](https://github.com/firebase/firebase-android-sdk/pull/6424))
* [feature] GeneratedQuery and GeneratedMutation gain methods copy(),
withVariablesSerializer(), and withDataDeserializer().
([#XXXX](https://github.com/firebase/firebase-android-sdk/pull/XXXX))
([#6424](https://github.com/firebase/firebase-android-sdk/pull/6424))
* [feature] GeneratedConnector, GeneratedQuery, and GeneratedMutation now
must implement equals() to be a _logical_ comparsion, rather than just
checking for _referencial_ equality using the `===` operator.
([#XXXX](https://github.com/firebase/firebase-android-sdk/pull/XXXX))
([#6424](https://github.com/firebase/firebase-android-sdk/pull/6424))

# 16.0.0-beta02
* [changed] Updated protobuf dependency to `3.25.5` to fix
Expand Down

0 comments on commit 4b2552f

Please sign in to comment.