summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-05-06 10:12:08 +0200
committerRobert Speicher <rspeicher@gmail.com>2016-05-29 15:03:00 -0400
commit77648aac86bdea2cd023604552b73679baf755b2 (patch)
tree6be87a06944dc6eff7cd025c83d0fa538155101d
parentfc57d36018a23c15da013bebf42d51f7a8e9a955 (diff)
downloadgitlab-ce-77648aac86bdea2cd023604552b73679baf755b2.tar.gz
Add Changelog entry for note validation improvements
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5dc56d18c3a..82be2542954 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -63,6 +63,7 @@ v 8.8.0
- Make 'upcoming' filter for milestones work better across projects
- Sanitize repo paths in new project error message
- Bump mail_room to 0.7.0 to fix stuck IDLE connections
+ - Improve note validation to prevent errors when creating invalid note via API
- Remove future dates from contribution calendar graph.
- Support e-mail notifications for comments on project snippets
- Fix API leak of notes of unauthorized issues, snippets and merge requests