From 954fdb24a032aa0586518c6f3d440ee1cd7e1e29 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 28 Jan 2021 23:08:21 +0100 Subject: [PATCH] Fixed referenced task --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b3b46b..8809873 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Prepared Query has been fixed to properly consider polymorphic parameter and provided constraint [#20298] - Added type update but the API is not exposed via REST [#20316] - Generalised the definition of the type of a property [#20516] -- Add/Remove to/from Context return the list of affected instances and not just success or failure code [#20319] +- Add/Remove to/from Context return the list of affected instances and not just success or failure code [#20555] - Added the possibility to have a dry run Add/Remove to/from Context [#20530]