diff options
author | Douwe Maan <douwe@gitlab.com> | 2016-01-07 13:10:50 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2016-01-07 13:10:50 +0000 |
commit | 9f268708df2c001d349c38ce8dd6b5643888d654 (patch) | |
tree | 5110d3c0168dfdbb6cc549a35220f0c63a224384 | |
parent | 3b04268f6825776e12d3a7766eeb059f892765f3 (diff) | |
parent | 15d689abaef7bbec567a9d4db482807f3bdd2abc (diff) | |
download | gitlab-ce-9f268708df2c001d349c38ce8dd6b5643888d654.tar.gz |
Merge branch 'find-file-credit' into 'master'
Credit koreamic for creating Find File
See merge request !2327
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG index eb3664e5e10..94a776a35eb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -22,6 +22,7 @@ v 8.4.0 (unreleased) - Update version check images to use SVG - Validate README format before displaying - Enable Microsoft Azure OAuth2 support (Janis Meybohm) + - Add file finder feature in tree view (koreamic) v 8.3.3 (unreleased) - Get "Merge when build succeeds" to work when commits were pushed to MR target branch while builds were running @@ -107,7 +108,6 @@ v 8.3.0 - Fix online editor should not remove newlines at the end of the file - Expose Git's version in the admin area - Show "New Merge Request" buttons on canonical repos when you have a fork (Josh Frye) - - Add file finder feature in tree view v 8.2.3 - Fix application settings cache not expiring after changes (Stan Hu) |