summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-07-12 21:52:25 -0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-07-13 11:48:59 -0300
commit28f0ffe38717167d4cae2407eda2755b78c14357 (patch)
tree4f2091a791368f983f6e0f219392b5d4a6083e3b
parent677bc4438c84129d059a8c1d1e38d953f5c840ce (diff)
downloadgitlab-ce-28f0ffe38717167d4cae2407eda2755b78c14357.tar.gz
Update CHANGELOG
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b0d86e4acad..e26721d901c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -88,6 +88,7 @@ v 8.10.0 (unreleased)
- Optimistic locking for Issues and Merge Requests (Title and description overriding prevention)
- Redesign Builds and Pipelines pages
- Change status color and icon for running builds
+ - Fix markdown rendering for: consecutive labels references, label references that begin with a digit or contains `.`
v 8.9.6
- Fix importing of events under notes for GitLab projects. !5154