summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2015-09-23 18:06:47 +0000
committerRobert Speicher <robert@gitlab.com>2015-09-23 18:06:47 +0000
commitfd6b5099fbb0198cbf02ffcb647cb93253a42c0f (patch)
treeda59aca65e5c4c9591c87594be1b33366a5e9442
parent7bca8745fd9e77d34d544b5ec140160ec3e42a80 (diff)
parentbe696b72eb796d7376bdfd0c72a1a089a5acee4f (diff)
downloadgitlab-ce-fd6b5099fbb0198cbf02ffcb647cb93253a42c0f.tar.gz
Merge branch 'rs-changelog' into 'master'
Update CHANGELOG to add unreleased 8.0.2 entry [ci skip] See merge request !1413
-rw-r--r--CHANGELOG11
1 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1a3b102f4e1..8f7d118eca6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,11 +3,18 @@ Please view this file on the master branch, on stable branches it's out of date.
v 8.1.0 (unreleased)
- Show CI status on all pages where commits list is rendered
- Automatically enable CI when push .gitlab-ci.yml file to repository
+ - Fix cases where Markdown did not render links in activity feed (Stan Hu)
+
+v 8.0.2 (unreleased)
+ - Skip check_initd_configured_correctly on omnibus installs
+ - Prevent double-prefixing of help page paths
+ - Clarify confirmation text on user deletion
+ - Make commit graphs responsive to window width changes (Stan Hu)
+ - Fix top margin for sign-in button on public pages
+ - Fix LDAP attribute mapping
v 8.0.1
- - Fix cases where Markdown did not render links in activity feed (Stan Hu)
- Improve CI migration procedure and documentation
- - Make commit graphs responsive to window width changes (Stan Hu)
v 8.0.0
- Fix Markdown links not showing up in dashboard activity feed (Stan Hu)