diff options
author | Douwe Maan <douwe@gitlab.com> | 2016-01-07 13:04:09 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2016-01-07 13:04:09 +0100 |
commit | 15d689abaef7bbec567a9d4db482807f3bdd2abc (patch) | |
tree | 081026108dc3c521cecb46992f91e42d81f2a6e2 | |
parent | 09216e8bbdd82e46705888aba13405a2fd191100 (diff) | |
download | gitlab-ce-15d689abaef7bbec567a9d4db482807f3bdd2abc.tar.gz |
Credit koreamic for creating Find File
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG index 22fb91baaf0..32308becba0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -21,6 +21,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 @@ -106,7 +107,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) |