Credit for #698
This commit is contained in:
parent
264be8f683
commit
b61bedbc0a
|
@ -205,6 +205,12 @@
|
|||
Testing UI now has a dropdown for modifiers on token search. Thanks
|
||||
to GitHub user @dconlan for the pull request!
|
||||
</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 version="2.5" date="2017-06-08">
|
||||
<action type="fix">
|
||||
|
|
Loading…
Reference in New Issue