summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2016-10-04 17:24:31 +0100
committerSean McGivern <sean@gitlab.com>2016-10-04 17:24:31 +0100
commit355f97f8c321e815b245021488ae4a2a5aa6c2c3 (patch)
treef462e1c4a3f50ea16aa1f8d540c3a40b120e590b
parente956a24dfd45baaafe93a520df61015bba40a4da (diff)
downloadgitlab-ce-355f97f8c321e815b245021488ae4a2a5aa6c2c3.tar.gz
Move /projects/visible entry to 8.13
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 068a523f7f9..e0f57029f9d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,7 @@ Please view this file on the master branch, on stable branches it's out of date.
v 8.13.0 (unreleased)
- Add link from system note to compare with previous version
- Use gitlab-shell v3.6.2 (GIT TRACE logging)
+ - Add `/projects/visible` API endpoint (Ben Boeckel)
- Fix centering of custom header logos (Ashley Dumaine)
- AbstractReferenceFilter caches project_refs on RequestStore when active
- Replaced the check sign to arrow in the show build view. !6501
@@ -155,7 +156,6 @@ v 8.12.0
- Test migration paths from 8.5 until current release !4874
- Replace animateEmoji timeout with eventListener (ClemMakesApps)
- Show badges in Milestone tabs. !5946 (Dan Rowden)
- - Add `/projects/visible` API endpoint (Ben Boeckel)
- Optimistic locking for Issues and Merge Requests (title and description overriding prevention)
- Require confirmation when not logged in for unsubscribe links !6223 (Maximiliano Perez Coto)
- Add `wiki_page_events` to project hook APIs (Ben Boeckel)