summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorHerminio Torres <herminiocesar@gmail.com>2016-08-04 01:35:17 -0300
committerHerminio Torres <herminiocesar@gmail.com>2016-08-04 08:55:50 -0300
commitf15ed5f0a5c298a2f0eb5aaa6d848364133532a5 (patch)
tree112247869b8fedf93d717313b6398c82cc093abd /CHANGELOG
parentf4c79d6a84defb6ffae7d29a5c9a81fbc413f16c (diff)
downloadgitlab-ce-f15ed5f0a5c298a2f0eb5aaa6d848364133532a5.tar.gz
Fix Rename `add_users_into_project` and `projects_ids`
We never add things `into` projects, we just add them `to` projects. So how about we rename this to `add_users_to_project`. Rename `projects_ids` to `project_ids` by following the convention of rails.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 886b7865e5b..339426f990f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date.
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)
- Improve diff performance by eliminating redundant checks for text blobs
- Convert switch icon into icon font (ClemMakesApps)