diff options
author | Airat Shigapov <contact@airatshigapov.com> | 2016-10-14 20:52:10 +0300 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-10-26 12:09:04 +0100 |
commit | 45bfff3d664318d5e1e5c23165ab5832ddd54af9 (patch) | |
tree | 99b72c1ae2ec84162b6016fcbf8b5707cb878afa /CHANGELOG.md | |
parent | 4482d19959616b1fe2f509d9d85d7725bbedc08b (diff) | |
download | gitlab-ce-45bfff3d664318d5e1e5c23165ab5832ddd54af9.tar.gz |
Escape quotes in gl_dropdown values to prevent exceptions
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 e9c97a1ec66..e289a990629 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ Please view this file on the master branch, on stable branches it's out of date. - Add hover to trash icon in notes !7008 (blackst0ne) - Escape ref and path for relative links !6050 (winniehell) - Fixed link typo on /help/ui to Alerts section. !6915 (Sam Rose) + - Fix filtering of milestones with quotes in title (airatshigapov) - Simpler arguments passed to named_route on toggle_award_url helper method - Fix: Backup restore doesn't clear cache - API: Fix project deploy keys 400 and 500 errors when adding an existing key. !6784 (Joshua Welsh) |