summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorChristopher Bartz <bartz@dkrz.de>2016-04-13 14:17:42 +0200
committerRémy Coutable <remy@rymai.me>2016-08-11 15:54:18 +0200
commitecb3f1eb6c87ab40108a5d71a3287a205ab6fefb (patch)
tree3d7470b52f6bdbd48b0e7a271f36a00035e785ee /CHANGELOG
parenta081b842f9b4e0205cf08656403e6bd9bf0d367f (diff)
downloadgitlab-ce-ecb3f1eb6c87ab40108a5d71a3287a205ab6fefb.tar.gz
Rename `markdown_preview` routes to `preview_markdown`
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b94d3b79914..041da1503d7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,6 +5,7 @@ v 8.11.0 (unreleased)
- Fix don't pass a local variable called `i` to a partial. !20510 (herminiotorres)
- Fix rename `add_users_into_project` and `projects_ids`. !20512 (herminiotorres)
- Fix the title of the toggle dropdown button. !5515 (herminiotorres)
+ - Rename `markdown_preview` routes to `preview_markdown`. (Christopher Bartz)
- Improve diff performance by eliminating redundant checks for text blobs
- Ensure that branch names containing escapable characters (e.g. %20) aren't unescaped indiscriminately. !5770 (ewiltshi)
- Convert switch icon into icon font (ClemMakesApps)