Skip to content

Commit 027f153

Browse files
committed
Changelog 1.15.6
Unforunately go-gitea#17435 is a somewhat critical bug and therefore we should really release 1.15.6 as soon as possible. ## [1.15.6](https://github.com/go-gitea/gitea/releases/tag/v1.15.6) - 2021-10-27 * BUGFIXES * Prevent panic in serv.go with Deploy Keys (go-gitea#17434) (go-gitea#17435) * Fix CSV render error (go-gitea#17406) (go-gitea#17431) * Read expected buffer size (go-gitea#17409) (go-gitea#17430) Signed-off-by: Andrew Thornton <[email protected]>
1 parent dd1ba34 commit 027f153

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ This changelog goes through all the changes that have been made in each release
44
without substantial changes to our git log; to see the highlights of what has
55
been added to each release, please refer to the [blog](https://blog.gitea.io).
66

7+
## [1.15.6](https://github.com/go-gitea/gitea/releases/tag/v1.15.6) - 2021-10-27
8+
9+
* BUGFIXES
10+
* Prevent panic in serv.go with Deploy Keys (#17434) (#17435)
11+
* Fix CSV render error (#17406) (#17431)
12+
* Read expected buffer size (#17409) (#17430)
13+
714
## [1.15.5](https://github.com/go-gitea/gitea/releases/tag/v1.15.5) - 2021-10-21
815

916
* SECURITY

0 commit comments

Comments
 (0)