From aba369cabe99254cc57069cb7a15833efafe4b36 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Fri, 18 Dec 2015 05:30:17 +0000 Subject: [PATCH] Remove warning about unstable change edit REST API endpoints Since 2.11 these endpoints should be considered stable. Change-Id: I4023f5054a930f17982548bfb34bc20b3b703b70 --- Documentation/rest-api-changes.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/Documentation/rest-api-changes.txt b/Documentation/rest-api-changes.txt index 1b9a705886..51c3a65fe6 100644 --- a/Documentation/rest-api-changes.txt +++ b/Documentation/rest-api-changes.txt @@ -1252,9 +1252,6 @@ Only the change owner, a project owner, or an administrator may fix changes. [[edit-endpoints]] == Change Edit Endpoints -These endpoints are considered to be unstable and can be changed in -backwards incompatible way any time without notice. - [[get-edit-detail]] === Get Change Edit Details --