Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2017-07-25 15:24:55 +0300
committerDouwe Maan <douwe@gitlab.com>2017-07-25 15:24:55 +0300
commit5112d92a4f2bc1420802d0a614b77553cbb202d3 (patch)
tree7573058fa732253d07034f111fcc5a2f76051a30 /doc
parent2a067bb37cdd4b00abf742c4e221397ee86dcf0c (diff)
parent8758c10886c5a5dfc140a33142c3a0e15dc2b42b (diff)
Merge branch 'clarify-v3-end-date-undefined' into 'master'
v3 API is unsupported after 9.5, but may not be removed See merge request !13074
Diffstat (limited to 'doc')
-rw-r--r--doc/api/v3_to_v4.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/api/v3_to_v4.md b/doc/api/v3_to_v4.md
index 9db8e0351cf..9835fab7c98 100644
--- a/doc/api/v3_to_v4.md
+++ b/doc/api/v3_to_v4.md
@@ -2,9 +2,11 @@
Since GitLab 9.0, API V4 is the preferred version to be used.
-API V3 will be removed in GitLab 9.5, to be released on August 22, 2017. In the
-meantime, we advise you to make any necessary changes to applications that use
-V3. The V3 API documentation is still [available](https://gitlab.com/gitlab-org/gitlab-ce/blob/8-16-stable/doc/api/README.md).
+API V3 will be unsupported from GitLab 9.5, to be released on August
+22, 2017. It will be removed in GitLab 9.5 or later. In the meantime, we advise
+you to make any necessary changes to applications that use V3. The V3 API
+documentation is still
+[available](https://gitlab.com/gitlab-org/gitlab-ce/blob/8-16-stable/doc/api/README.md).
Below are the changes made between V3 and V4.