diff --git a/CHANGELOG.md b/CHANGELOG.md index dfcb96d5091..8eec45c89bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,8 @@ x.y.z Release notes (yyyy-MM-dd) * None. ### Fixed -* ([#????](https://github.com/realm/realm-swift/issues/????), since v?.?.?) -* None. +* Copy EmbeddedObject for embedded object property on initializing unmanaged object ([#6921](https://github.com/realm/realm-cocoa/issues/6921). +* Copying an embedded object to an unmanaged object will not throw ([#6921](https://github.com/realm/realm-cocoa/issues/6921). @@ -171,10 +171,6 @@ The prebuilt binary for Carthage is now build with Xcode 14.0.1. characters ([Core #5825](https://github.com/realm/realm-core/issues/5825), since v2.2.0) * Accented characters are now handled by case-insensitive but diacritic-sensitive queries. ([Core #5825](https://github.com/realm/realm-core/issues/5825), since v2.2.0) -* ([#????](https://github.com/realm/realm-swift/issues/????), since v?.?.?) -* None. -* Copy EmbeddedObject for embedded object property on initializing unmanaged object ([#6921](https://github.com/realm/realm-cocoa/issues/6921) -* Copying an embedded object to an unmanaged object will not throw ([#6921](https://github.com/realm/realm-cocoa/issues/6921) ### Breaking Changes