This commit is contained in:
James 2017-08-12 14:50:08 -04:00
parent 264be8f683
commit b61bedbc0a
1 changed files with 6 additions and 0 deletions

View File

@ -205,6 +205,12 @@
Testing UI now has a dropdown for modifiers on token search. Thanks Testing UI now has a dropdown for modifiers on token search. Thanks
to GitHub user @dconlan for the pull request! to GitHub user @dconlan for the pull request!
</action> </action>
<action type="add" issue="698">
When parsing an incomplete ID with the form <![CDATA[<code>http://my.org/Foo</code>]]> 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!
</action>
</release> </release>
<release version="2.5" date="2017-06-08"> <release version="2.5" date="2017-06-08">
<action type="fix"> <action type="fix">