diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2015-09-10 21:03:36 +0000 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2015-09-10 21:03:36 +0000 |
commit | 7904a751f4a6f51af0a8e9e35a31ff17ea444e3e (patch) | |
tree | c7a88d6a49b4380209132b47143aec15e7fe828d /CHANGELOG | |
parent | b2f3d024c3775f9d8dc293c433da103381ed6e45 (diff) | |
parent | e20529cec4f6de0c2c1589da99abb8714ea1c1c1 (diff) | |
download | gitlab-ce-7904a751f4a6f51af0a8e9e35a31ff17ea444e3e.tar.gz |
Merge branch 'fix-rouge-warning-noise' into 'master'
Bump rouge to 1.10.1 to remove warning noise and fix other syntax highlighting bugs
rouge warnings begone!
Closes #2128
Closes #2433
See merge request !1277
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index f03e7c489a0..2ae83d5b3ce 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) + - Bump rouge to 1.10.1 to remove warning noise and fix other syntax highlighting bugs (Stan Hu) - Gracefully handle errors in syntax highlighting by leaving the block unformatted (Stan Hu) - Fix URL construction for merge requests, issues, notes, and commits for relative URL config (Stan Hu) - Fix emoji URLs in Markdown when relative_url_root is used (Stan Hu) |