From c400e10fe957c8a6aea075f715e933797390c4b4 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 17 Apr 2017 17:52:48 -0400 Subject: [PATCH] Credit for #624 --- src/changes/changes.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3592a958d46..38663706593 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -77,6 +77,14 @@ Servers in DSTU2.1 mode were incorrectly using the legacy mimetypes instead of the new STU3 ones. Thanks to Michael Lawley for the pull request! + + Add an option to ParserOptions that specifies that when parsing a bundle, the + ID found in the Bundle.entry.fullUrl should not override the ID found + in the Resource.id field. Technically these fields must always supply the + same ID in order for a server to be considered conformant, but this option allows + you to deal with servers which are behaving badly. Thanks to + GitHub user CarthageKing for the pul request! +