summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-07-25 08:49:08 +0000
committerRémy Coutable <remy@rymai.me>2016-07-25 08:49:08 +0000
commit83180110348af1b244d56e9cdf5f29c5d6f84db0 (patch)
tree1ab0b30be07f43379a1c7ac44951f3704eae5549 /CHANGELOG
parent20209565c7e6b6ff1d17c3f547909f81585d0cab (diff)
parent58c562a951e6417d824864b35c7518f67b2996dc (diff)
downloadgitlab-ce-83180110348af1b244d56e9cdf5f29c5d6f84db0.tar.gz
Merge branch 'remove-magic-comments' into 'master'
Remove magic comments from Ruby files ## What does this MR do? Remove magic comments (`# encoding: UTF-8`) from Ruby files. ## Why was this MR needed? Since Ruby 2, UTF-8 is the default encoding and those comments are no longer necessary. ## What are the relevant issue numbers? https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5163#note_13134307 cc @rymai See merge request !5456
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 700d6e37cd7..698fbf6a160 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.11.0 (unreleased)
+ - Remove magic comments (`# encoding: UTF-8`) from Ruby files !5456 (winniehell)
- Fix of 'Commits being passed to custom hooks are already reachable when using the UI'
- Limit git rev-list output count to one in forced push check
- Retrieve rendered HTML from cache in one request