diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 213489b85f5..1aed599ba27 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -217,6 +217,11 @@
JPA server terminology service was not correctly validating or expanding codes
in SNOMED CT or LOINC code systems. Thanks to David Hay for reporting!
+
+ Attempting to search for an invalid resource type (e.g. GET base/FooResource) should
+ return an HTTP 404 and not a 400, per the HTTP spec. Thanks to
+ GitHub user @CarthageKing for the pull request!
+