Commit 61c2a2d39a3a73761e862818b73940510eb80b80
1 parent
56f0f6ab
Exists in
spb-stable
and in
2 other branches
More items in CHANGELOG
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
CHANGELOG
| @@ -26,6 +26,11 @@ v 7.0.0 | @@ -26,6 +26,11 @@ v 7.0.0 | ||
| 26 | - UI improvements for mobile devices | 26 | - UI improvements for mobile devices |
| 27 | - Improve diff rendering performance | 27 | - Improve diff rendering performance |
| 28 | - Drag-n-drop for issues and merge requests between states at milestone page | 28 | - Drag-n-drop for issues and merge requests between states at milestone page |
| 29 | + - Fix '0 commits' message for huge repositories on project home page | ||
| 30 | + - Prevent 500 error page when visit commit page from large repo | ||
| 31 | + - Add notice about huge push over http to unicorn config | ||
| 32 | + - File action in satellites uses default 30 seconds timeout instead of old 10 seconds one | ||
| 33 | + - Overall performance improvements | ||
| 29 | 34 | ||
| 30 | v 6.9.2 | 35 | v 6.9.2 |
| 31 | - Revert the commit that broke the LDAP user filter | 36 | - Revert the commit that broke the LDAP user filter |
| @@ -790,4 +795,4 @@ v 0.8.0 | @@ -790,4 +795,4 @@ v 0.8.0 | ||
| 790 | - stability | 795 | - stability |
| 791 | - security fixes | 796 | - security fixes |
| 792 | - increased test coverage | 797 | - increased test coverage |
| 793 | - - email notification | ||
| 794 | \ No newline at end of file | 798 | \ No newline at end of file |
| 799 | + - email notification |