summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-09-10 11:51:48 -0700
committerStan Hu <stanhu@gmail.com>2015-09-10 11:51:48 -0700
commit3223a2a5ae477d82784998359f895ccddef42e1d (patch)
treef60796cd7695c4b934083fdeac3839d4dcbbbcff /CHANGELOG
parent7abb744eb961d95ef9f34e8b64c47084d3f620b6 (diff)
downloadgitlab-ce-3223a2a5ae477d82784998359f895ccddef42e1d.tar.gz
Bump rouge to 1.10 to remove warning noise and fix other syntax highlighting bugs
Closes #2128 Closes #2433
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b41237f8679..8cce3a15438 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 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)