From 4512c3d89528bc42cda29b4657cdcac7f6298b1a Mon Sep 17 00:00:00 2001 From: James Agnew Date: Mon, 15 Apr 2019 17:05:42 -0400 Subject: [PATCH] Credit for #1255 --- src/changes/changes.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e801ce3ade7..25257aa58e4 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -142,6 +142,10 @@ HTTP 500 to be returned instead of a more appropriate HTTP 400. This has been corrected. + + The fetchValueSet method on IValidationSupport implementation was not visible and could + not be overridden. Thanks to Patrick Werner for the pull reuqest! +