aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeripath2022-01-30 00:27:13 +0000
committerGitHub2022-01-30 01:27:13 +0100
commit147bcc3d0f3dfe5362b0136110313c64a43e317d (patch)
tree6a19a556e7861b9aeb46000da3bf2edec4bd212b
parentce272f2e53062ca94e860e1565aa5e8ed9c670c2 (diff)
Changelog for 1.15.11 (#18455)v1.15.11
## [1.15.11](https://github.com/go-gitea/gitea/releases/tag/v1.15.11) - 2022-01-29 * SECURITY * Only view milestones from current repo (#18414) (#18418) * BUGFIXES * Fix broken when no commits and default branch is not master (#18422) (#18424) * Fix commit's time (#18375) (#18409) * Fix restore without topic failure (#18387) (#18401) * Fix mermaid import in 1.15 (it uses ESModule now) (#18382) * Update to go/text 0.3.7 (#18336) * MISC * Upgrade EasyMDE to 2.16.1 (#18278) (#18279)
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7696e0d71..6a09e2976 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,20 @@ 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.15.11](https://github.com/go-gitea/gitea/releases/tag/v1.15.11) - 2022-01-29
+
+* SECURITY
+ * Only view milestones from current repo (#18414) (#18418)
+* BUGFIXES
+ * Fix broken when no commits and default branch is not master (#18422) (#18424)
+ * Fix commit's time (#18375) (#18409)
+ * Fix restore without topic failure (#18387) (#18401)
+ * Fix mermaid import in 1.15 (it uses ESModule now) (#18382)
+ * Update to go/text 0.3.7 (#18336)
+* MISC
+ * Upgrade EasyMDE to 2.16.1 (#18278) (#18279)
+
## [1.15.10](https://github.com/go-gitea/gitea/releases/tag/v1.15.10) - 2022-01-14
* BUGFIXES