summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Rodríguez <alejorro70@gmail.com>2017-01-25 13:29:14 -0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2017-01-25 13:29:14 -0300
commitc194adb5c1ddf144917d6c98a800164ee799717a (patch)
treea82c21516ded0ae61d6a417d781b24ed41e9f5cb
parent1fe80c296243c92fc4619ae556bc53383c059266 (diff)
parent4102a18a2a0b00e3545fb8020d4cad064ca83e55 (diff)
downloadgitlab-ce-c194adb5c1ddf144917d6c98a800164ee799717a.tar.gz
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aecacbee2f5..5f5e241e83d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,14 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 8.16.1 (2017-01-23)
+
+- Ensure export files are removed after a namespace is deleted.
+- Don't allow project guests to subscribe to merge requests through the API. (Robert Schilling)
+- Prevent users from creating notes on resources they can't access.
+- Prevent users from deleting system deploy keys via the project deploy key API.
+- Upgrade omniauth gem to 1.3.2.
+
## 8.16.0 (2017-02-22)
- Add LDAP Rake task to rename a provider. !2181