From 381f7171a85a37410a75e6fc0527c9fe738db9bd Mon Sep 17 00:00:00 2001 From: Lee Maguire Date: Mon, 27 May 2024 10:09:58 +0100 Subject: [PATCH] Update changelog (#209) --- CHANGELOG.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28e1f092..52d69cc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,29 @@ +X.Y.Z Release notes (YYYY-MM-DD) +============================================================= + +### Breaking changes +* None + +### Enhancements +* None + +### Compatibility +* Fileformat: Generates files with format v24. Reads and automatically upgrade from fileformat v10. + +### Internals +* None + +---------------------------------------------- + 2.0.0 Release notes (2024-05-24) ============================================================= ### Breaking changes * `sync_manager::path_for_realm(const realm::sync_config&)` is now `App::path_for_realm(const realm::sync_config&)` +### Enhancements +* Added support for updating Atlas Device Sync's base url, in case the need to roam between servers (cloud and/or edge server). Add `-DREALM_ENABLE_EXPERIMENTAL=1` to your CMake command when generating the build to enable this feature. + ### Compatibility * Fileformat: Generates files with format v24. Reads and automatically upgrade from fileformat v10. @@ -22,7 +42,6 @@ ### Enhancements * Updated default base URL to be `https://services.cloud.mongodb.com` to support the new domains (was `https://realm.mongodb.com`) -* Added support for updating Atlas Device Sync's base url, in case the need to roam between servers (cloud and/or edge server). Add `-DREALM_ENABLE_EXPERIMENTAL=1` to your CMake command when generating the build to enable this feature. ### Compatibility * Fileformat: Generates files with format v24. Reads and automatically upgrade from fileformat v10.