diff options
author | Stan Hu <stanhu@gmail.com> | 2015-09-10 13:38:43 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-09-10 13:38:43 -0700 |
commit | e20529cec4f6de0c2c1589da99abb8714ea1c1c1 (patch) | |
tree | c5553355f8bf7c22ba5c6c7de1f3dbec2ffc1976 /CHANGELOG | |
parent | 3223a2a5ae477d82784998359f895ccddef42e1d (diff) | |
download | gitlab-ce-e20529cec4f6de0c2c1589da99abb8714ea1c1c1.tar.gz |
Bump rouge to 1.10.1
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG index 8cce3a15438..c325d6b6125 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +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) + - 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) |