diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 0e5a1e60d575..916a76d95857 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -177,6 +177,12 @@
true
, ensure that the destination for any requested WebDAV
operation is also restricted to the sub-path. (markt)
+
+ Generate an appropriate Allow
HTTP header when the Default
+ servlet returns a 405 (method not allowed) response in response to a
+ DELETE
request because the target resource cannot be
+ deleted. (markt)
+