summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Olheiser <john.olheiser@gmail.com>2023-01-19 14:23:25 -0600
committerGitHub <noreply@github.com>2023-01-19 20:23:25 +0000
commit1ae2525922b7c2b93e44819ab3732137b24983cb (patch)
tree21fe1469747aefa7787530558a6fd77efc634df9
parentfd7ebaaa9cba1b14c871d27dcb688d1807495f2f (diff)
downloadgitea-1ae2525922b7c2b93e44819ab3732137b24983cb.tar.gz
gitea-1ae2525922b7c2b93e44819ab3732137b24983cb.zip
chore: changelog 1.18.2 (#22530)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 56acd24d6d..11904bb09c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,17 @@ 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.18.2](https://github.com/go-gitea/gitea/releases/tag/v1.18.2) - 2023-01-19
+
+* BUGFIXES
+ * Fix issue not auto-closing when it includes a reference to a branch (#22514) (#22521)
+ * Fix invalid issue branch reference if not specified in template (#22513) (#22520)
+ * Fix 500 error viewing pull request when fork has pull requests disabled (#22512) (#22515)
+ * Reliable selection of admin user (#22509) (#22511)
+ * Set disable_gravatar/enable_federated_avatar when offline mode is true (#22479) (#22496)
+* BUILD
+ * cgo cross-compile for freebsd (#22397) (#22519)
+
## [1.18.1](https://github.com/go-gitea/gitea/releases/tag/v1.18.1) - 2023-01-17
* API