diff --git a/pom.xml b/pom.xml
index 184566b162b..b2ca293e722 100644
--- a/pom.xml
+++ b/pom.xml
@@ -411,6 +411,11 @@
anthonys123
Anthony Sute
+
+ johnpoth
+ John Poth
+ Red Hat
+
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 77cb09770e0..c81de4b20f3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -41,6 +41,28 @@
]]>
+
+ A number of HAPI FHIR modules have been converted so that they now work
+ as OSGi modules. Unlike the previous OSGi module, which was a mega-JAR
+ with all of HAPI FHIR in it, this is simply the appropriate
+ OSGi manifest inside the existing JARs. Thanks to John Poth
+ for the Pull Request!
+
+ Note that this does not cover all modules in the project. Current support includes:
+
+ - HAPI-FHIR structures DSTU2, HL7ORGDSTU2, DSTU2.1, DSTU3, R4
+ - HAPI-FHIR Resource validation DSTU2, HL7ORGDSTU2, DSTU2.1, DSTU3, R4
+ - Apache Karaf features for all the above
+ - Integration Tests
+
+ Remaining work includes:
+
+ - HAPI-FHIR Server support
+ - HAPI-FHIR narrative support. This might be tricky as Thymeleaf doesn't support OSGi.
+
+ ]]>
+
Fix a crash in the JSON parser when parsing extensions on repeatable
elements (e.g. Patient.address.line) where there is an extension on the