diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2016-10-28 11:42:01 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2016-10-28 11:42:01 +0000 |
commit | 5c5f34dd13d43e6ae5c15feb8e1b22db54fff606 (patch) | |
tree | b814a6afd58f29d37d82638ffeba85b54a5948bc /CHANGELOG.md | |
parent | 292c982e346843f8979ec5b302a8ad01dd09917a (diff) | |
parent | cae27eae3f80a58bbf7eb49e9d077ea774f2b25a (diff) | |
download | gitlab-ce-5c5f34dd13d43e6ae5c15feb8e1b22db54fff606.tar.gz |
Merge branch '23890-api-should-accepts-boolean' into 'master'
API: Fix booleans not recognized as such when using the `to_boolean` helper
Fixes #22831
Fixes #23890
See merge request !7149
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index dd5841a0c5f..1028dff3712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ Please view this file on the master branch, on stable branches it's out of date. - Refactor Jira service to use jira-ruby gem - Add hover to trash icon in notes !7008 (blackst0ne) - Fix sidekiq stats in admin area (blackst0ne) + - API: Fix booleans not recognized as such when using the `to_boolean` helper - Removed delete branch tooltip !6954 - Escape ref and path for relative links !6050 (winniehell) - Fixed link typo on /help/ui to Alerts section. !6915 (Sam Rose) |