diff --git a/pom.xml b/pom.xml
index ce233c1e347..26463d226ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -366,6 +366,10 @@
patrick-werner
Patrick Werner
+
+ malcolmm83
+ Malcolm McRoberts
+
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2aefbc14ea0..046692dc885 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -170,6 +170,11 @@
DSTU2-hl7org and DSTU2.1 structures did not copy resource IDs when invoking
copyValues(). Thanks to Clayton Bodendein for the pull request!
+
+ When encoding a Binary resource, the Binary.securityContext field
+ was not encoded correctly. Thanks to Malcolm McRoberts for the pull
+ request with fix and test case!
+