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 | 26 | - UI improvements for mobile devices |
| 27 | 27 | - Improve diff rendering performance |
| 28 | 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 | 35 | v 6.9.2 |
| 31 | 36 | - Revert the commit that broke the LDAP user filter |
| ... | ... | @@ -790,4 +795,4 @@ v 0.8.0 |
| 790 | 795 | - stability |
| 791 | 796 | - security fixes |
| 792 | 797 | - increased test coverage |
| 793 | - - email notification | |
| 794 | 798 | \ No newline at end of file |
| 799 | + - email notification | ... | ... |