diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9f6099f9801..7e3de664f6d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -241,6 +241,13 @@ STU3 XHTML parser for narrative choked if the narrative contained an &rsquot;]]> entity string. + + When parsing a quantity parameter on the server with a + value and units but no system (e.g. + GET [base]/Observation?value=5.4||mg]]>) + the unit was incorrectly treated as the system. Thanks to + @CarthageKing for the pull request! +