diff --git a/.changes/v2.20.0/527-features.md b/.changes/v2.20.0/527-features.md index a0f53d77e..ea4c6f3b8 100644 --- a/.changes/v2.20.0/527-features.md +++ b/.changes/v2.20.0/527-features.md @@ -1,3 +1,3 @@ * Added support for Runtime Defined Entity Interfaces with client methods `VCDClient.CreateDefinedInterface`, `VCDClient.GetAllDefinedInterfaces`, `VCDClient.GetDefinedInterface`, `VCDClient.GetDefinedInterfaceById` and methods to manipulate them `DefinedInterface.Update`, - `DefinedInterface.Delete` [GH-527], [GH-566] + `DefinedInterface.Delete` [GH-527, GH-566] diff --git a/.changes/v2.20.0/545-features.md b/.changes/v2.20.0/545-features.md index 985c282b0..eecf06613 100644 --- a/.changes/v2.20.0/545-features.md +++ b/.changes/v2.20.0/545-features.md @@ -1,3 +1,3 @@ * Added support for Runtime Defined Entity Types with client methods `VCDClient.CreateRdeType`, `VCDClient.GetAllRdeTypes`, `VCDClient.GetRdeType`, `VCDClient.GetRdeTypeById` and methods to manipulate them `DefinedEntityType.Update`, - `DefinedEntityType.Delete` [GH-545], [GH-566] + `DefinedEntityType.Delete` [GH-545, GH-566]