summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2024-02-26 15:39:21 +0800
committerGitHub <noreply@github.com>2024-02-26 15:39:21 +0800
commit78cb09deda5a52cd7499ceb9bacf202193041edc (patch)
tree76f6988ade279318420cde4c94dd996bdf744cce /CHANGELOG.md
parent0f35cb5a2a9ad3b1d78f9547148b594adc4bdabf (diff)
downloadgitea-78cb09deda5a52cd7499ceb9bacf202193041edc.tar.gz
gitea-78cb09deda5a52cd7499ceb9bacf202193041edc.zip
Change log for 1.21.7 (#29411)v1.21.7
This is an emergency release to fix the bug #29402. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e119d0bec0..b86da81a4d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,21 @@ 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.com).
+## [1.21.7](https://github.com/go-gitea/gitea/releases/tag/1.21.7) - 2024-02-26
+
+* ENHANCEMENTS
+ * Users with `read` permission of pull requests can be assigned too (#27263) (#29372)
+* BUGFIXES
+ * Do not double close reader (#29354) (#29370)
+ * Display friendly error message (#29105) (#29363)
+ * Fix project counter in organization/individual profile (#28068) (#29361)
+ * Fix validity of the FROM email address not being checked (#29347) (#29360)
+ * Fix tarball/zipball download bug (#29342) (#29352)
+* DOCS
+ * Docker Tag Information in Docs (#29047) (#29362)
+* MISC
+ * Enforce maxlength in frontend (#29389) (#29396)
+
## [1.21.6](https://github.com/go-gitea/gitea/releases/tag/v1.21.6) - 2024-02-22
* SECURITY