Skip to content

Commit b021e56

Browse files
committed
changelog + fix test
1 parent 4fbe0d2 commit b021e56

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
### Enhancements
44
* <New feature description> (PR [#????](https://github.com/realm/realm-core/pull/????))
5+
* Add support in the C API for receiving a notification when sync user status changes. ([#7302](https://github.com/realm/realm-core/pull/7302))
56
* Allow the query builder to construct >, >=, <, <= queries for string constants. This is a case sensitive lexicographical comparison. Improved performance of RQL (parsed) queries on a non-linked string property using: >, >=, <, <=, operators and fixed behaviour that a null string should be evaulated as less than everything, previously nulls were not matched. ([#3939](https://github.com/realm/realm-core/issues/3939), this is a prerequisite for https://github.com/realm/realm-swift/issues/8008).
67

78
### Fixed

test/object-store/c_api/c_api.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -656,6 +656,7 @@ TEST_CASE("C API (non-database)", "[c_api]") {
656656
update_and_check_base_url("", default_base_url);
657657

658658
realm_release(sync_user);
659+
realm_release(user_state);
659660
}
660661
#endif // REALM_ENABLE_SYNC
661662
}

0 commit comments

Comments
 (0)