Skip to content

Commit 7a1cd23

Browse files
author
Michael Wilkerson-Barker
committed
Updated changelog after release
1 parent 6913152 commit 7a1cd23

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# NEXT RELEASE
2+
3+
### Enhancements
4+
* <New feature description> (PR [#????](https://github.com/realm/realm-core/pull/????))
5+
* None.
6+
7+
### Fixed
8+
* <How do the end-user experience this issue? what was the impact?> ([#????](https://github.com/realm/realm-core/issues/????), since v?.?.?)
9+
* None.
10+
11+
### Breaking changes
12+
* None.
13+
14+
### Compatibility
15+
* Fileformat: Generates files with format v24. Reads and automatically upgrade from fileformat v10. If you want to upgrade from an earlier file format version you will have to use RealmCore v13.x.y or earlier.
16+
17+
-----------
18+
19+
### Internals
20+
* Follow on to ([PR #7300](https://github.com/realm/realm-core/pull/7300)) to allow SDKs to construct a fake user for testing SyncManager::get_user -> App::create_fake_user_for_testing ([PR #7632](https://github.com/realm/realm-core/pull/7632))
21+
22+
----------------------------------------------
23+
124
# 14.6.0 Release notes
225

326
### Enhancements
@@ -32,9 +55,7 @@
3255
- SyncUser::session_for_on_disk_path() -> SyncManager::get_existing_session()
3356
- SyncUser::all_sessions() -> SyncManager::get_all_sessions_for(User&)
3457
- SyncManager::immediately_run_file_actions() -> App::immediately_run_file_actions()
35-
- realm_sync_user_subscription_token -> realm_app_user_subscription_token
36-
- SyncManager::get_user -> App::create_fake_user_for_testing
37-
([PR #7300](https://github.com/realm/realm-core/pull/7300)).
58+
- realm_sync_user_subscription_token -> realm_app_user_subscription_token ([PR #7300](https://github.com/realm/realm-core/pull/7300)).
3859
* The `ClientAppDeallocated` error code no longer exists as this error code can no longer occur. ([PR #7300](https://github.com/realm/realm-core/pull/7300)).
3960
* Some fields have moved from SyncClientConfig to AppConfig. AppConfig now has a SyncClientConfig field rather than it being passed separately to App::get_app(). ([PR #7300](https://github.com/realm/realm-core/pull/7300)).
4061
* Sync user management has been removed from SyncManager. This functionality was already additionally available on App. ([PR #7300](https://github.com/realm/realm-core/pull/7300)).

0 commit comments

Comments
 (0)