@@ -11,6 +11,9 @@ x.y.z Release notes (yyyy-MM-dd)
1111* `UserPublisher` incorrectly bounced all notifications to the main thread instead
1212 of setting up the Combine publisher to correctly receive on the main thread.
1313 ([#8132](https://github.com/realm/realm-swift/issues/8132), since 10.21.0)
14+ * Copy EmbeddedObject for embedded object property on initializing unmanaged object ([#6921](https://github.com/realm/realm-cocoa/issues/6921).
15+ * Copying an embedded object to an unmanaged object will not throw ([#6921](https://github.com/realm/realm-cocoa/issues/6921).
16+
1417<!-- ### Breaking Changes - ONLY INCLUDE FOR NEW MAJOR version -->
1518
1619### Compatibility
@@ -539,10 +542,6 @@ The prebuilt binary for Carthage is now build with Xcode 14.0.1.
539542 characters ([Core #5825](https://github.com/realm/realm-core/issues/5825), since v2.2.0)
540543* Accented characters are now handled by case-insensitive but
541544 diacritic-sensitive queries. ([Core #5825](https://github.com/realm/realm-core/issues/5825), since v2.2.0)
542- * <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-swift/issues/????), since v?.?.?)
543- * None.
544- * Copy EmbeddedObject for embedded object property on initializing unmanaged object ([#6921](https://github.com/realm/realm-cocoa/issues/6921)
545- * Copying an embedded object to an unmanaged object will not throw ([#6921](https://github.com/realm/realm-cocoa/issues/6921)
546545
547546### Breaking Changes
548547
@@ -1326,7 +1325,6 @@ no functional changes from 10.24.0.
13261325
13271326### Fixed
13281327
1329- * Copying an embedded object to an unmanaged object will not throw ([#6921](https://github.com/realm/realm-cocoa/issues/6921)
13301328* Add support of arm64 in Carthage build ([#7154](https://github.com/realm/realm-cocoa/issues/7154)
13311329* Adding missing support for `IN` queries to primitives types on Type Safe Queries.
13321330 ```swift
0 commit comments