From b61bedbc0a6e7598a24b465083e78ebf7fe2b315 Mon Sep 17 00:00:00 2001 From: James Date: Sat, 12 Aug 2017 14:50:08 -0400 Subject: [PATCH] Credit for #698 --- src/changes/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1db353ac0c5..c135950780e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -205,6 +205,12 @@ Testing UI now has a dropdown for modifiers on token search. Thanks to GitHub user @dconlan for the pull request! + + When parsing an incomplete ID with the form http://my.org/Foo]]> into + IdDt and IdType objects, the Foo portion will now be treated as the resource type. + Previously my.org was treated as the resource type and Foo was treated as the ID. Thanks + to GitHub user @CarthageKing for the pull request! +