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:
authorStan Hu <stanhu@gmail.com>2015-09-18 21:05:27 +0300
committerStan Hu <stanhu@gmail.com>2015-09-20 19:32:35 +0300
commit3b39b648d2f0545f9d3dbd1680f8e9e977893792 (patch)
tree226f43e115522624db74f4dcb064fdd617869306 /CHANGELOG
parent5a8d73243a7b68f2724a6d5f9d482dda24e9dfe4 (diff)
Fix Markdown links not showing up in dashboard activity feed
Closes #2586
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a1b17e58156..cb3794f7cb6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
Please view this file on the master branch, on stable branches it's out of date.
v 8.0.0 (unreleased)
+ - Fix Markdown links not showing up in dashboard activity feed (Stan Hu)
- Fix HTML link that was improperly escaped in new user e-mail (Stan Hu)
- Fix broken sort in merge request API (Stan Hu)
- Bump rouge to 1.10.1 to remove warning noise and fix other syntax highlighting bugs (Stan Hu)