Skip to content

Commit

Permalink
Add changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Sep 14, 2023
1 parent 59688de commit e928ed3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Unreleased
- [feature] The `FirebaseFirestore` module now contains Firebase Firestore's
Swift-only APIs that were previously only available via the
`FirebaseFirestoreSwift` extension SDK. See the
`FirebaseFirestoreSwift` release note from this release for more details.

# 10.15.0
- [feature] Add the option to allow the SDK to create cache indexes automatically to
improve query execution locally. (#11596)
Expand Down
12 changes: 12 additions & 0 deletions Firestore/Swift/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Unreleased
- [deprecated] `FirebaseFirestoreSwift` has been deprecated, and will be
removed in a future release. All of the public API from
`FirebaseFirestoreSwift` can now be accessed through the
`FirebaseFirestore` module. To migrate, delete imports of
`FirebaseFirestoreSwift` and remove the module as a dependency to your
project. If applicable, any APIs namespaced with
`FirebaseFirestoreSwift` can now be namespaced with
`FirebaseFirestore`. Additionally, if applicable,
`@testable import FirebaseFirestoreSwift` should be replaced with
`@testable import FirebaseFirestore`.

# 10.12.0
- [added] Added support animations on the `@FirestoreQuery` property wrapper.

Expand Down

0 comments on commit e928ed3

Please sign in to comment.