summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2016-08-19 15:05:47 +0100
committerSean McGivern <sean@gitlab.com>2016-08-19 16:35:44 +0100
commit4a4c1765be20f0f0c6eca5c66513cb51a8b08fcf (patch)
treed16ecde63ed11e4c1e6904886ee3661babd1132e /CHANGELOG
parent12e9df327042f3b368878d14f6e18e51b9f668b9 (diff)
downloadgitlab-ce-4a4c1765be20f0f0c6eca5c66513cb51a8b08fcf.tar.gz
Fix line commenting for the initial commit
The initial commit doesn't have a parent, so explicitly pass the blank SHA and handle that when calculating the position.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8c0a972c4e0..e1f3b00eb8a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,6 +7,7 @@ v 8.11.0 (unreleased)
- Fix don't pass a local variable called `i` to a partial. !20510 (herminiotorres)
- Add delimiter to project stars and forks count (ClemMakesApps)
- Fix rename `add_users_into_project` and `projects_ids`. !20512 (herminiotorres)
+ - Fix adding line comments on the initial commit to a repo !5900
- Fix the title of the toggle dropdown button. !5515 (herminiotorres)
- Rename `markdown_preview` routes to `preview_markdown`. (Christopher Bartz)
- Update to Ruby 2.3.1. !4948