summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-08-11 16:06:56 +0000
committerRobert Speicher <robert@gitlab.com>2016-08-11 16:06:56 +0000
commit5a33bc984abfb4ee6243c00bbcc71ccd086d2266 (patch)
tree493ae70072eb30de51a6682c9630b6604c33c8c3 /CHANGELOG
parent4c29c25497c9a20a5d1f57cd287123cd41edad96 (diff)
parentecb3f1eb6c87ab40108a5d71a3287a205ab6fefb (diff)
downloadgitlab-ce-5a33bc984abfb4ee6243c00bbcc71ccd086d2266.tar.gz
Merge branch '15000-rename-markdown-preview' into 'master'
Rename `markdown_preview` routes to `preview_markdown` _Originally opened at !3700 by @cbartz._ Closes #15000. See merge request !5774
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d248639296f..282e4b9b449 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)