diff options
author | Mark Fletcher <mark@gitlab.com> | 2016-09-12 20:14:26 +0100 |
---|---|---|
committer | Mark Fletcher <mark@gitlab.com> | 2016-09-19 09:29:12 +0100 |
commit | 58d02520b037255f9948de4386ab6cd970586445 (patch) | |
tree | c62987e9112f8ef40cb9772e72e73fd6b6a7f528 /CHANGELOG | |
parent | 62516461d695c1e684529ab1fa807b86fb7f2ab2 (diff) | |
download | gitlab-ce-58d02520b037255f9948de4386ab6cd970586445.tar.gz |
Ensure validation messages are shown within the milestone form
* Remove call to Milestone#save! instead just Milestone#save
* Add safety specs to stop a regression
Fixes #22033
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index e9445a18a18..2394864467e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -139,6 +139,7 @@ v 8.12.0 (unreleased) - Use default clone protocol on "check out, review, and merge locally" help page URL - API for Ci Lint !5953 (Katarzyna Kobierska Urszula Budziszewska) - Allow bulk update merge requests from merge requests index page + - Ensure validation messages are shown within the milestone form - Add notification_settings API calls !5632 (mahcsig) - Remove duplication between project builds and admin builds view !5680 (Katarzyna Kobierska Ula Budziszewska) - Fix URLs with anchors in wiki !6300 (houqp) |