Mark support for git protocol v2 as experimental

We don't have any tests for this yet.

Change-Id: Ie081e7c1f2fc47fe84d83f6e0567824ab2d843ad
Signed-off-by: Edwin Kempin <ekempin@google.com>
diff --git a/pages/site/releases/2.16.md b/pages/site/releases/2.16.md
index db96a62..21a2997 100644
--- a/pages/site/releases/2.16.md
+++ b/pages/site/releases/2.16.md
@@ -192,24 +192,6 @@
 
 ## New Features
 
-### Git protocol version 2
-
-Support for upload pack with git protocol version 2 can be enabled by
-setting `receive.enableProtocolV2` in `gerrit.config` and adding the
-configuration:
-
-```
-[protocol]
-  version = 2
-```
-
-either in the gerrit user's `~/.gitconfig` to enable for all repositories,
-or on a per repository basis in each repository's `config` file on the
-server.
-
-On the client side, the same `protocol.version` must be set either in
-the user's `~/.gitconfig` or in the repository's `.git/config` file.
-
 ### 'Read As' capability
 
 The new ['Read As' capability](https://gerrit-documentation.storage.googleapis.com/Documentation/2.16.1/access-control.html#capability_readAs)
@@ -401,6 +383,27 @@
 It defaults to `false`, but one possible use case is to set the value to `true` for the `Code-Review` label in the `All-Projects` project.
 That value will then be inherited by all projects that do not override the `Code-Review` label settings.
 
+### Git protocol version 2 (experimental)
+
+Support for Git protocol version 2 is still experimental. Do not use it in
+production!
+
+Support for upload pack with git protocol version 2 can be enabled by
+setting `receive.enableProtocolV2` in `gerrit.config` and adding the
+configuration:
+
+```
+[protocol]
+  version = 2
+```
+
+either in the gerrit user's `~/.gitconfig` to enable for all repositories,
+or on a per repository basis in each repository's `config` file on the
+server.
+
+On the client side, the same `protocol.version` must be set either in
+the user's `~/.gitconfig` or in the repository's `.git/config` file.
+
 
 ## Dependency Updates
 
diff --git a/pages/site/releases/README.md b/pages/site/releases/README.md
index 67cba0b..d61b8a4 100644
--- a/pages/site/releases/README.md
+++ b/pages/site/releases/README.md
@@ -28,8 +28,6 @@
 
 ## 2.16
 
-* Support for git protocol version 2.
-
 * GWT UI is deprecated, and PolyGerrit is now the default UI.
 
 * Experimental Dark Mode in PolyGerrit.