diff --git a/pom.xml b/pom.xml
index cbb08ccea65..54c0621d679 100644
--- a/pom.xml
+++ b/pom.xml
@@ -202,6 +202,10 @@
cmikeb1
C. Mike Bylund
+
+ nrpeterson
+ Nick Peterson
+
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index da15cac657f..7ec779db569 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -8,7 +8,15 @@
- Remove a dependency on Java 1.7 in
+ Remove a dependency on a Java 1.7 class
+ (ReflectiveOperationException) in several spots in the
+ codebase. This dependency was accidentally introduced in
+ 1.3, and animal-sniffer-plugin failed to detect it (sigh).
+
+
+ Make IBoundCodeableConcept and IValueSetEnumBinder serializable,
+ fixing an issue when trying to serialize model classes containing
+ bound codes. Thanks to Nick Peterson for the Pull Request!