summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authortechknowlogick <hello@techknowlogick.com>2018-10-09 12:29:08 -0400
committerGitHub <noreply@github.com>2018-10-09 12:29:08 -0400
commitf44d0668769cd87e9124d815f31218e84cca45ab (patch)
treead4bdaf787c875af3f0562358f19436c1b068652 /CHANGELOG.md
parentfb3954f9a58eb9e64e9b34deba715e79feb172ce (diff)
downloadgitea-f44d0668769cd87e9124d815f31218e84cca45ab.tar.gz
gitea-f44d0668769cd87e9124d815f31218e84cca45ab.zip
Backport 1.5.2 changelog (#5053)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5b0723c88a..b92195a681 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,22 @@ 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.5.2](https://github.com/go-gitea/gitea/releases/tag/v1.5.2) - 2018-10-09
+* SECURITY
+ * Enforce token on api routes (#4840) (#4905)
+* BUGFIXES
+ * Remove links from topics in edit mode (#5030)
+ * Detect charset and convert non UTF-8 files for display (#4950) (#4994)
+ * Fix layout of the topics editing form (#4971) (#4993)
+ * Fix null pointer dereference in ParseCommitWithSignature (#4964)
+ * Fix url in discord webhook (#4951)
+ * Fix font-cropping UI bug in diff (#4726) (#4929)
+ * Fix bug forget to remove Stopwatch when remove repository (#4933)
+ * Fix bug when repo remained bare if multiple branches pushed (#4927)
+ * Fix redirect with non-ascii branch names (#4764) (#4887)
+ * Fix issues api allow pulls (#4852) (#4862)
+ * Fix trimming of markup section names (#4864)
+
## [1.5.1](https://github.com/go-gitea/gitea/releases/tag/v1.5.1) - 2018-09-03
* SECURITY
* Don't disclose emails of all users when sending out emails (#4784)