diff --git a/CHANGELOG.md b/CHANGELOG.md index a75c1df828a..b10d78ccf8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * (PR [#????](https://github.com/realm/realm-core/pull/????)) * Support arithmetric operations (+, -, *, /) in query parser. Operands can be properties and/or constants of numeric types (integer, float, double or Decimal128). You can now say something like "(age + 5) * 2 > child.age". * Support for asynchronous transactions added. (PR [#5035](https://github.com/realm/realm-core/pull/5035)) +* FLX sync now properly handles write_not_allowed client reset errors ([#5147](https://github.com/realm/realm-core/pull/5147)) ### Fixed * ([#????](https://github.com/realm/realm-core/issues/????), since v?.?.?)