From 82ca098861c8f4cbfa74ed9f1b6ce7b4f9b4d61a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=A0=E9=97=BB?= Date: Sat, 12 Apr 2014 13:27:46 -0700 Subject: [PATCH] Updated Change Log (markdown) --- Change-Log.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Change-Log.md b/Change-Log.md index abec107..fc46f02 100644 --- a/Change-Log.md +++ b/Change-Log.md @@ -4,7 +4,7 @@ - One-click copy button of clone URL in repository viewer doesn't work([note](https://github.com/gogits/gogs/wiki/Known-Issues#repository-viewerurl-usernamereponame)) - Doesn't delete corresponding accesses when delete user -- Server log doesn't log into correct file. +- Server log doesn't log into correct file #### Improvement @@ -13,6 +13,7 @@ - Use PBKDF2 and user salt for encoding user password([note](https://github.com/gogits/gogs/wiki/Troubleshooting#upgrade-from-v020)) - Huge time, CPU and memory reduction of getting repository files - Show commits list by page, not all at once +- Use build tag to enable SQLite3 support([note](https://github.com/gogits/gogs/wiki/Install-from-source#install)) #### Feature