File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,13 @@ Support
163
163
164
164
Release Notes
165
165
-------------
166
+ ### 8.2.0:
167
+ - Changes
168
+ - Firestore: Removed ` Equals ` and ` GetHashCode ` methods from ` Query ` ,
169
+ ` QuerySnapshot ` , and ` DocumentSnapshot ` classes. These methods were
170
+ unimplemented, and we plan to add proper support for them in a future
171
+ release.
172
+
166
173
### 8.1.0:
167
174
- Changes
168
175
- Database: Fixed a crash around using DataSnapshots within Coroutines
@@ -214,7 +221,7 @@ Release Notes
214
221
- Database: Fixed a crash when setting large values on Windows and Mac
215
222
systems ([ #517 ] ( https://github.com/firebase/quickstart-unity/issues/517 )] .
216
223
- FCM (Android): Fixed triggering of callback handlers for background
217
- notifications. Using ` enqueuWork ` instead of ` startService ` .
224
+ notifications. Using ` enqueueWork ` instead of ` startService ` .
218
225
- Crashlytics: Added new Unity-specific metadata to help diagnose tricky
219
226
crashes around specific hardware setups.
220
227
You can’t perform that action at this time.
0 commit comments