summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-05-24 02:34:44 +0200
committerRobert Speicher <rspeicher@gmail.com>2016-05-29 15:03:00 -0400
commit1286b9c3b5bc2435406e94127f8036d032623f7e (patch)
tree702377dd0a463c681dba00730459344bdb3a2599
parentdbba60029c84fa091350d3a7d8b2e73cfec25f7e (diff)
downloadgitlab-ce-1286b9c3b5bc2435406e94127f8036d032623f7e.tar.gz
Move Changelog entry for note validation to 8.9
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 82be2542954..160543d8bae 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.9.0 (unreleased)
- Allow forking projects with restricted visibility level
+ - Improve note validation to prevent errors when creating invalid note via API
- Redesign navigation for project pages
- Fix groups API to list only user's accessible projects
- Redesign account and email confirmation emails
@@ -63,7 +64,6 @@ 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