diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-04-23 16:15:50 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-04-24 19:39:33 +0200 |
commit | 3bf1cff4215c8b60c4133c3e822495f046638583 (patch) | |
tree | 16dd5c4eb68786e74adfdfc8532165af192ebdfb | |
parent | c46a0612706a2570342178fe8f61222034675c38 (diff) | |
download | gitlab-ce-3bf1cff4215c8b60c4133c3e822495f046638583.tar.gz |
Add iids changelog entry
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 5137c87a5f3..a5671948a6f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ 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. v 6.8.0 - Ability to at mention users that are participating in issue and merge req. discussion |