From 8d5102b4eadd996411bf0ea3e205f83be5228f5d Mon Sep 17 00:00:00 2001 From: James Date: Fri, 14 Jul 2017 06:13:36 -0400 Subject: [PATCH] Credit for #683 --- src/changes/changes.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e6473a818d5..92aab8d3dac 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -169,6 +169,13 @@ server search result cache timeout period. Thanks to Eugene Lubarsky for the pull request! + + Correct an issue with the model classes for STU3 where any classes + containing the @ChildOrder annotation (basically the conformance + resources) will not correctly set the order if any of the + elements are a choice type (i.e. named "foo[x]"). Thanks to + GitHub user @CarthageKing for the pull request! +