Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoramaia <alexandre.maia@gmail.com>2016-10-17 15:53:12 +0300
committeramaia <alexandre.maia@gmail.com>2016-10-18 15:06:02 +0300
commit9c8c5e9dc050f32cec05f6903105ff34d726979b (patch)
tree91a74e2f1eddf65e43e2499242ebaded7082ff39 /CHANGELOG.md
parentc9d7ba4d696bfd0198ac75db6e1b2a08b4517f82 (diff)
fix: commit messages being double-escaped in activies tab
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 90379e011d6..5d6d5bc591c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -119,6 +119,7 @@ Please view this file on the master branch, on stable branches it's out of date.
- Cleanup Ci::ApplicationController. !6757 (Takuya Noguchi)
- Fixes padding in all clipboard icons that have .btn class
- Fix a typo in doc/api/labels.md
+ - Fix double-escaping in activities tab (Alexandre Maia)
- API: all unknown routing will be handled with 404 Not Found
- Add docs for request profiling
- Make guests unable to view MRs on private projects