Update 2.16 release notes

Add notes for no longer recommending DELETE requests with bodies.

Change-Id: I46b5ac1d4b8514a60bb02bcb5193b0052f8a1820
(cherry picked from commit b93b286762433b6d0fcbb6a80fe474206df9d2f8)
diff --git a/releases/2.16.md b/releases/2.16.md
index 630e356..52b3da2 100644
--- a/releases/2.16.md
+++ b/releases/2.16.md
@@ -68,6 +68,17 @@
 [receive.allowPushToRefsChanges](https://gerrit-documentation.storage.googleapis.com/Documentation/2.16/config-gerrit.html#receive.allowPushToRefsChanges)
 to true.
 
+### DELETE requests with bodies are no longer recommended
+
+Some proxies, which are not under client control, prohibit DELETE requests with
+bodies. DELETE requests with bodies could work on a first attempt, but could fail
+afterwards because a server they have no control over was updated. In this case,
+client users could be in trouble if they were not notified.
+
+Therefore, we have decided to no longer recommend sending DELETE requests with
+bodies. They will continue to work in this release but should be considered as
+deprecated and will be removed in the next release.
+
 ## New Features
 
 ### REST API