summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-09-25 14:05:25 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-09-25 14:05:25 -0400
commit8a1bc6040b5781620888da2892093c107bb90fb8 (patch)
tree0a740487132edfe6b8f7fa303e53da8956d36208
parentb623391720e2687ca88c6bf1166ee571d85807fa (diff)
downloadgitlab-ce-8a1bc6040b5781620888da2892093c107bb90fb8.tar.gz
Add unreleased 8.0.3 entry to CHANGELOG
[ci skip]
-rw-r--r--CHANGELOG5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8ff61cd6e9f..b495ccc9b9e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -13,7 +13,9 @@ v 8.1.0 (unreleased)
- Remove "Continuous Integration" page from dashboard
- Add notes and SSL verification entries to hook APIs (Ben Boeckel)
-v 8.0.2 (unreleased)
+v 8.0.3 (unreleased)
+
+v 8.0.2
- Fix default avatar not rendering in network graph (Stan Hu)
- Skip check_initd_configured_correctly on omnibus installs
- Prevent double-prefixing of help page paths
@@ -21,6 +23,7 @@ v 8.0.2 (unreleased)
- Make commit graphs responsive to window width changes (Stan Hu)
- Fix top margin for sign-in button on public pages
- Fix LDAP attribute mapping
+ - Remove git refs used internally by GitLab from network graph (Stan Hu)
- Use standard Markdown font in Markdown preview instead of fixed-width font (Stan Hu)
- Fix Reply by email for non-UTF-8 messages.
- Add option to use StartTLS with Reply by email IMAP server.