Commit c7dc20c1202d6cd9d7593de76718e16c4d601980
1 parent
c51ac048
Exists in
spb-stable
and in
2 other branches
Add new entries to CHANGELOG
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
CHANGELOG
1 | v 6.9.0 | 1 | v 6.9.0 |
2 | - Store Rails cache data in the Redis `cache:gitlab` namespace | 2 | - Store Rails cache data in the Redis `cache:gitlab` namespace |
3 | - Adjust MySQL limits for existing installations | 3 | - Adjust MySQL limits for existing installations |
4 | - - Add db index on project_id+iid column. This prevents duplicate on iid. | 4 | + - Add db index on project_id+iid column. This prevents duplicate on iid (During migration duplicates will be removed) |
5 | + - Markdown preview or diff during editing via web editor (Evgeniy Sokovikov) | ||
6 | + - Give the Rails cache its own Redis namespace | ||
7 | + - Add ability to set different ssh host, if different from http/https | ||
8 | + - Fix syntax highlighting for code comments blocks | ||
9 | + - Improve comments loading logic | ||
5 | 10 | ||
6 | v 6.8.0 | 11 | v 6.8.0 |
7 | - Ability to at mention users that are participating in issue and merge req. discussion | 12 | - Ability to at mention users that are participating in issue and merge req. discussion |