diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5d9b1dbe5ee..d76741aad8e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -153,6 +153,11 @@
corrected to return an error to the client. Thanks to
Kevin Tallevi for finding this!
+
+ Fix #411 - Searching by POST [base]/_search]]> with urlencoded parameters doesn't work correctly if
+ interceptors are accessing the parameters and there is are also
+ parameters on the URL. Thanks to Jim Steel for reporting!
+