Updated Change Log (markdown)

无闻 2014-04-12 13:27:46 -07:00
parent 0aee42a132
commit 82ca098861

@ -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