summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Olheiser <john.olheiser@gmail.com>2023-01-23 08:42:02 -0600
committerGitHub <noreply@github.com>2023-01-23 08:42:02 -0600
commitf6cb7860a2ec78a69cf0f92a1f2b1e9f4f9bc8be (patch)
treeaefdc07c6c9e5921eba9fbd296d7d85b76e2610c
parent6068978c4234c55fff8666e262b72339eb21f031 (diff)
downloadgitea-f6cb7860a2ec78a69cf0f92a1f2b1e9f4f9bc8be.tar.gz
gitea-f6cb7860a2ec78a69cf0f92a1f2b1e9f4f9bc8be.zip
Changelog 1.18.3 (#22575)v1.18.3
Signed-off-by: jolheiser <john.olheiser@gmail.com>
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bb59201732..8f9bb3f4cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,14 @@ 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.3](https://github.com/go-gitea/gitea/releases/tag/v1.18.3) - 2023-01-23
+
+* SECURITY
+ * Prevent multiple `To` recipients (#22566) (#22569)
+* BUGFIXES
+ * Truncate commit summary on repo files table. (#22551) (#22552)
+ * Mute all links in issue timeline (#22534)
+
## [1.18.2](https://github.com/go-gitea/gitea/releases/tag/v1.18.2) - 2023-01-19
* BUGFIXES