aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author65432022-07-12 20:26:27 +0200
committerGitHub2022-07-12 19:26:27 +0100
commit713bc6c8dca072c3946e5ff1ab6b1c58748f1a1a (patch)
tree1a398a9b594e9df1c507770543c4195c32d69359
parent6b7e860b0fe29421a776caf917492364d8d53d89 (diff)
Changelog for 1.16.9 (update) (#20341)v1.16.9
* Changelog for 1.16.9 (update) * update security section
-rw-r--r--CHANGELOG.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8d8d7acfe..bfd7efdcd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,9 +4,15 @@ This changelog goes through all the changes that have been made in each release
without substantial changes to our git log; to see the highlights of what has
been added to each release, please refer to the [blog](https://blog.gitea.io).
-## [1.16.9](https://github.com/go-gitea/gitea/releases/tag/v1.16.9) - 2022-06-21
+## [1.16.9](https://github.com/go-gitea/gitea/releases/tag/v1.16.9) - 2022-07-12
+* SECURITY
+ * Add write check for creating Commit status (#20332) (#20334)
+ * Check for permission when fetching user controlled issues (#20133) (#20196)
* BUGFIXES
+ * Hide notify mail setting ui if not enabled (#20138) (#20337)
+ * Add write check for creating Commit status (#20332) (#20334)
+ * Only show Followers that current user can access (#20220) (#20253)
* Release page show all tags in compare dropdown (#20070) (#20071)
* Fix permission check for delete tag (#19985) (#20001)
* Only log non ErrNotExist errors in git.GetNote (#19884) (#19905)