summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorThomas Boerger <thomas@webhippie.de>2017-01-05 14:17:40 +0100
committerLunny Xiao <xiaolunwen@gmail.com>2017-01-05 21:17:40 +0800
commit9d1bc9aac88bda13e4b9319ab915bca1b65521f6 (patch)
tree468b1403bc89f6ca20466cc4620e23a57f7cb92d /CHANGELOG.md
parent2d17d6bc16f36c108654affdd5657c4ebbed6cda (diff)
downloadgitea-9d1bc9aac88bda13e4b9319ab915bca1b65521f6.tar.gz
gitea-9d1bc9aac88bda13e4b9319ab915bca1b65521f6.zip
Added 1.0.1 to changelog (#594)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d93b5b618b..56de5d9168 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+## [1.0.1](https://github.com/go-gitea/gitea/releases/tag/v1.0.1) - 2017-01-05
+
+* BUGFIXES
+ * Fixed localized MIN_PASSWORD_LENGTH [#501](https://github.com/go-gitea/gitea/pull/501)
+ * Fixed 500 error on organization delete [#507](https://github.com/go-gitea/gitea/pull/507)
+ * Ignore empty wiki repo on migrate [#544](https://github.com/go-gitea/gitea/pull/544)
+ * Proper check access for forking [#563](https://github.com/go-gitea/gitea/pull/563)
+ * Fix SSH domain on installer [#506](https://github.com/go-gitea/gitea/pull/506)
+ * Fix missing data rows on admin UI [#580](https://github.com/go-gitea/gitea/pull/580)
+ * Do not delete tags with releases by default [#579](https://github.com/go-gitea/gitea/pull/579)
+ * Fix missing session config data on admin UI [#578](https://github.com/go-gitea/gitea/pull/578)
+ * Properly show the version within footer on the UI [#593](https://github.com/go-gitea/gitea/pull/593)
+
## [1.0.0](https://github.com/go-gitea/gitea/releases/tag/v1.0.0) - 2016-12-23
* BREAKING