summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2016-10-17 07:48:48 -0400
committerNur Rony <pro.nmrony@gmail.com>2016-11-04 18:04:26 +0600
commit3c4a7f915dfece1ea15185b9f2a1ea5c54e7643f (patch)
tree44bb7b1f7d2348a1a47a8b01bc03c5c39832236a /CHANGELOG.md
parent69bff037be19b0b426306959dfd9835021886ab8 (diff)
downloadgitlab-ce-3c4a7f915dfece1ea15185b9f2a1ea5c54e7643f.tar.gz
Add width to caret to rid ourselves of the shiftfixed-width-caret
Add CHANGELOG uses fa-fw from font awesome instead of using declaring fix width explicitly moves changelog entry under 8.14 rebased with master
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9411cc62003..027e7ea74b8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@ entry.
- Show correct environment log in admin/logs (@duk3luk3 !7191)
- Fix Milestone dropdown not stay selected for `Upcoming` and `No Milestone` option !7117
+- Diff collapse won't shift when collapsing.
- Backups do not fail anymore when using tar on annex and custom_hooks only. !5814
- Adds user project membership expired event to clarify why user was removed (Callum Dryden)
- Trim leading and trailing whitespace on project_path (Linus Thiel)