|
1 | | -x.y.z Release notes (yyyy-MM-dd) |
| 1 | +10.48.0 Release notes (2024-03-07) |
2 | 2 | ============================================================= |
| 3 | + |
3 | 4 | ### Enhancements |
4 | | -* Lifted a limitation that would prevent declaring a model with only computed properties. ([#8414](https://github.com/realm/realm-swift/issues/8414)) |
| 5 | + |
| 6 | +* Lifted a limitation that would prevent declaring a model with only computed |
| 7 | + properties. ([#8414](https://github.com/realm/realm-swift/issues/8414)) |
5 | 8 | * Add Xcode 15.3 to the release package ([PR #8502](https://github.com/realm/realm-swift/pull/8502)). |
6 | 9 |
|
7 | 10 | ### Fixed |
8 | | -* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-swift/issues/????), since v?.?.?) |
9 | | -* Fix multiple arguments support via the `REALM_EXTRA_BUILD_ARGUMENTS` environment variable in `build.sh`. ([PR #8413](https://github.com/realm/realm-swift/pulls/8413)). Thanks, [@hisaac](https://github.com/hisaac)! |
10 | | -* Fix some of the new sendability warnings introduced in Xcode 15.3 ([PR #8502](https://github.com/realm/realm-swift/pull/8502)). |
11 | 11 |
|
12 | | -<!-- ### Breaking Changes - ONLY INCLUDE FOR NEW MAJOR version --> |
| 12 | +* Fix multiple arguments support via the `REALM_EXTRA_BUILD_ARGUMENTS` |
| 13 | + environment variable in `build.sh`. ([PR #8413](https://github.com/realm/realm-swift/pulls/8413)). |
| 14 | + Thanks, [@hisaac](https://github.com/hisaac)! |
| 15 | +* Fix some of the new sendability warnings introduced in Xcode 15.3 |
| 16 | + ([PR #8502](https://github.com/realm/realm-swift/pull/8502)). |
13 | 17 |
|
14 | 18 | ### Compatibility |
| 19 | + |
15 | 20 | * Realm Studio: 14.0.1 or later. |
16 | 21 | * APIs are backwards compatible with all previous releases in the 10.x.y series. |
17 | 22 | * Carthage release for Swift is built with Xcode 15.3.0. |
18 | 23 | * CocoaPods: 1.10 or later. |
19 | 24 | * Xcode: 14.2-15.3.0. |
20 | 25 |
|
21 | | -### Internal |
22 | | -* Upgraded realm-core from ? to ? |
23 | | - |
24 | 26 | 10.47.0 Release notes (2024-02-12) |
25 | 27 | ============================================================= |
26 | 28 |
|
|
0 commit comments