aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJohn Olheiser <42128690+jolheiser@users.noreply.github.com>2019-06-17 13:42:14 -0500
committertechknowlogick <hello@techknowlogick.com>2019-06-17 14:42:14 -0400
commit2e5da98ecb9f20b4d9464d3dd78159731ea16676 (patch)
tree72aa0648603f5b45e382172b651d6eafc9551187 /CHANGELOG.md
parenta618df8d8474efb9148d29c4ce6cf8ec14cfca7a (diff)
downloadgitea-2e5da98ecb9f20b4d9464d3dd78159731ea16676.tar.gz
gitea-2e5da98ecb9f20b4d9464d3dd78159731ea16676.zip
Changelog 1.8.3 (#7230) (#7231)
* Changelog 1.8.3 Signed-off-by: jolheiser <john.olheiser@gmail.com> * Suggestion Co-Authored-By: zeripath <art27@cantab.net>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b7547e1ac..f66d08ec4e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,16 @@ 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.8.3](https://github.com/go-gitea/gitea/releases/tag/v1.8.3) - 2019-06-17
+* BUGFIXES
+ * Always set userID on LFS authentication (#7224) (Part of #6993)
+ * Fix LFS Locks over SSH (#6999) (#7223)
+ * Fix duplicated file on pull request conflicted files (#7211) (#7214)
+ * Detect noreply email address as user (#7133) (#7195)
+ * Don't get milestone from DB if ID is zero (#7169) (#7174)
+ * Allow archived repos to be (un)starred and (un)watched (#7163) (#7168)
+ * Fix GCArgs load from ini (#7156) (#7157)
+
## [1.8.2](https://github.com/go-gitea/gitea/releases/tag/v1.8.2) - 2019-05-29
* BUGFIXES
* Fix possbile mysql invalid connnection error (#7051) (#7071)