diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 16a6c4a3417..53863c7e209 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -303,6 +303,12 @@
AuthorizationInterceptor can now allow a user to perform a search that is scoped to a particular
resource (e.g. Patient?_id=123) if the user has read access for that specific instance.
+
+ In JPA Server REST Hook Subscriptions, any Headers defined in the
+ Subscription resource are now applied to the outgoing HTTP
+ request.
+ Thanks to Volker Schmidt for the pull request!
+