Skip to content

Commit 50797be

Browse files
committed
Prepare next dev iteration
1 parent 7994650 commit 50797be

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## 3.0.0-SNAPSHOT (YYYY-MM-DD)
2+
3+
### Breaking Changes
4+
* None.
5+
6+
### Enhancements
7+
* None.
8+
9+
### Fixed
10+
* None.
11+
12+
### Compatibility
13+
* File format: Generates Realms with file format v24 (reads and upgrades file format v10 or later).
14+
* Realm Studio 15.0.0 or above is required to open Realms created by this version.
15+
* This release is compatible with the following Kotlin releases:
16+
* Kotlin 2.0.20 and above. Support for experimental K2-compilation with `kotlin.experimental.tryK2=true`.
17+
* Ktor 2.1.2 and above.
18+
* Coroutines 1.7.0 and above.
19+
* AtomicFu 0.18.3 and above.
20+
* The new memory model only. See https://github.com/realm/realm-kotlin#kotlin-memory-model-and-coroutine-compatibility
21+
* Minimum Kbson 0.4.0.
22+
* Minimum Gradle version: 7.2.
23+
* Minimum Android Gradle Plugin version: 7.1.3.
24+
* Minimum Android SDK: 16.
25+
* Minimum R8: 8.0.34.
26+
27+
### Internal
28+
* None.
29+
30+
131
## 2.3.0 (2024-09-16)
232

333
### Breaking Changes

0 commit comments

Comments
 (0)