]> source.dussan.org Git - gitea.git/commitdiff
Add changelog for v1.3.0-rc2 (#2998) v1.3.0-rc2
authortechknowlogick <techknowlogick@users.noreply.github.com>
Mon, 27 Nov 2017 06:28:25 +0000 (01:28 -0500)
committerLauris BH <lauris@nix.lv>
Mon, 27 Nov 2017 06:28:25 +0000 (08:28 +0200)
CHANGELOG.md

index d0ac465b2ba1339c9b1aac8e7de5a2200e3b7b92..13049f39a67e33ab840d18443512dc628104a9cd 100644 (file)
@@ -1,5 +1,14 @@
 # Changelog
 
+## [1.3.0-rc2](https://github.com/go-gitea/gitea/releases/tag/v1.3.0-rc2) - 2017-11-27
+* BUGFIXES
+  * Fix memcache support when value is returned as string always (#2950)
+  * Update golang x/crypto dependencies - Fix SSH transport fail (#2951)
+  * Fix files/commits of merged PRs (#2970)
+  * Fix error when add user has full name to team (#2975)
+  * Fix go-get, src and raw urls to new scheme (#2986)
+  * Fix over-escaped characters (#2992)
+
 ## [1.3.0-rc1](https://github.com/go-gitea/gitea/releases/tag/v1.3.0-rc1) - 2017-11-15
 * BREAKING
   * Make URL scheme unambiguous (#2408)