Skip to content

Commit 6ff1f6a

Browse files
Fix CHANGELOG.md for release 26.0.1
1 parent cbf9154 commit 6ff1f6a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

firebase-firestore/CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# Unreleased
22

3-
# 26.0.1
4-
5-
- [changed] Bumped internal dependencies.
6-
- [changed] Improve the performance of queries in collections that contain many deleted documents.
7-
[#7295](//github.com/firebase/firebase-android-sdk/issues/7295)
83
- [changed] Improve query performance in large result sets by replacing the deprecated AsyncTask
94
thread pool with a self-managed thread pool.
105
[#7376](//github.com/firebase/firebase-android-sdk/issues/7376)
@@ -15,6 +10,12 @@
1510
- [changed] Improve query performance by using an unsorted HashMap instead of a sorted TreeMap.
1611
[#7389](//github.com/firebase/firebase-android-sdk/pull/7389)
1712

13+
# 26.0.1
14+
15+
- [changed] Bumped internal dependencies.
16+
- [changed] Improve the performance of queries in collections that contain many deleted documents.
17+
[#7295](//github.com/firebase/firebase-android-sdk/issues/7295)
18+
1819
# 26.0.0
1920

2021
- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.

0 commit comments

Comments
 (0)