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!
+