Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-04-29 11:11:02 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-04-29 11:11:02 +0400
commitc7dc20c1202d6cd9d7593de76718e16c4d601980 (patch)
treea5fcc50d77210b580969d3b2ee2654919ce62b45 /CHANGELOG
parentc51ac0484f37b65b31cd83b816b151fc7d50cf05 (diff)
Add new entries to CHANGELOG
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a5671948a6f..1922abe572f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,12 @@
v 6.9.0
- Store Rails cache data in the Redis `cache:gitlab` namespace
- Adjust MySQL limits for existing installations
- - Add db index on project_id+iid column. This prevents duplicate on iid.
+ - Add db index on project_id+iid column. This prevents duplicate on iid (During migration duplicates will be removed)
+ - Markdown preview or diff during editing via web editor (Evgeniy Sokovikov)
+ - Give the Rails cache its own Redis namespace
+ - Add ability to set different ssh host, if different from http/https
+ - Fix syntax highlighting for code comments blocks
+ - Improve comments loading logic
v 6.8.0
- Ability to at mention users that are participating in issue and merge req. discussion