Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Rodríguez <alejorro70@gmail.com>2016-12-14 23:04:12 +0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2016-12-14 23:04:12 +0300
commite5938ae45b7e18586eaa2630311557971a0312fc (patch)
treecb4dd7f37bd1e5540de1c649ae2df653a12429a5
parentf0416c1744f9aa1b15bfd42d4d16a2c3a61c2a47 (diff)
Update CHANGELOG.md for 8.13.10
[ci skip]
-rw-r--r--CHANGELOG.md7
-rw-r--r--changelogs/unreleased/25482-fix-api-sudo.yml4
-rw-r--r--changelogs/unreleased/filter-parameters.yml4
-rw-r--r--changelogs/unreleased/jej-24637-move-issue-visible_to_user-to-finder.yml4
-rw-r--r--changelogs/unreleased/jej-note-search-uses-finder.yml4
5 files changed, 7 insertions, 16 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c393792d4fb..efc561399d1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
Please view this file on the master branch, on stable branches it's out of date.
+## 8.13.10 (2016-12-14)
+
+- API: Memoize the current_user so that sudo can work properly. !8017
+- Filter `authentication_token`, `incoming_email_token` and `runners_token` parameters.
+- Issue#visible_to_user moved to IssuesFinder to prevent accidental use.
+- Fix missing Note access checks by moving Note#search to updated NoteFinder.
+
## 8.13.9 (2016-12-08)
- Reenables /user API request to return private-token if user is admin and request is made with sudo. !7615
diff --git a/changelogs/unreleased/25482-fix-api-sudo.yml b/changelogs/unreleased/25482-fix-api-sudo.yml
deleted file mode 100644
index 4c11fe1622e..00000000000
--- a/changelogs/unreleased/25482-fix-api-sudo.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: 'API: Memoize the current_user so that sudo can work properly'
-merge_request: 8017
-author:
diff --git a/changelogs/unreleased/filter-parameters.yml b/changelogs/unreleased/filter-parameters.yml
deleted file mode 100644
index bb36a9ca6fc..00000000000
--- a/changelogs/unreleased/filter-parameters.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: 'Filter `authentication_token`, `incoming_email_token` and `runners_token` parameters'
-merge_request:
-author:
diff --git a/changelogs/unreleased/jej-24637-move-issue-visible_to_user-to-finder.yml b/changelogs/unreleased/jej-24637-move-issue-visible_to_user-to-finder.yml
deleted file mode 100644
index db1389e2024..00000000000
--- a/changelogs/unreleased/jej-24637-move-issue-visible_to_user-to-finder.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Issue#visible_to_user moved to IssuesFinder to prevent accidental use
-merge_request:
-author:
diff --git a/changelogs/unreleased/jej-note-search-uses-finder.yml b/changelogs/unreleased/jej-note-search-uses-finder.yml
deleted file mode 100644
index 1768bdfd487..00000000000
--- a/changelogs/unreleased/jej-note-search-uses-finder.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Fix missing Note access checks by moving Note#search to updated NoteFinder
-merge_request:
-author: