diff --git a/pom.xml b/pom.xml
index 81fbff51fe1..1861ca6402f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -232,6 +232,10 @@
subhrajyotim
Subhro
+
+ mion00
+ Carlo Mion
+
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a73ad2df0bc..a6867fe28b6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -68,6 +68,16 @@
disabled and will not attempt to use it. This
prevents a crash for some operations.
+
+ A new server interceptor "BanUnsupprtedHttpMethodsInterceptor" has been added
+ which causes the server to return an HTTP 405 if an unsupported HTTP
+ verb is received from the client
+
+
+ Fix an issue where resource IDs were not correctly set when using
+ DSTU2 HL7org structures with the JAX-RS module. Thanks to Carlo Mion
+ for the pull request!
+