From 7293c6098f89051b5ab810b18b02593d1fcdf30b Mon Sep 17 00:00:00 2001 From: David Feltell Date: Thu, 20 Jul 2023 11:04:59 +0100 Subject: [PATCH] [Docs] Expand getWithRelationship[s] release notes Signed-off-by: David Feltell --- RELEASE_NOTES.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4fba97b..3df08a2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -7,7 +7,11 @@ v1.0.0-alpha.x ### Breaking Changes - Minimum OpenAssetIO version increased to `v1.0.0-alpha.13` due to API - changes. + changes. In particular, `getRelatedReferences` has changed to + `getWithRelationship` and `getWithRelationships`. + [#34](https://github.com/OpenAssetIO/OpenAssetIO-Manager-BAL/issues/34) + [#42](https://github.com/OpenAssetIO/OpenAssetIO-Manager-BAL/issues/42) + [#47](https://github.com/OpenAssetIO/OpenAssetIO-Manager-BAL/issues/47) - Refactored error handling. `BatchElementError` messages have been reformatted when a referenced entity is missing from the library.