summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortiagonbotelho <tiagonbotelho@hotmail.com>2016-07-06 11:07:16 +0100
committertiagonbotelho <tiagonbotelho@hotmail.com>2016-07-06 11:07:16 +0100
commita00d574ae921c2a9c1f694c1bf496d8ec28b9e23 (patch)
treeb792fc0af28c087f05789dcafcf736060fb0a234
parentf30d2b7153e135b30135af06848ca4bfa20007bb (diff)
downloadgitlab-ce-a00d574ae921c2a9c1f694c1bf496d8ec28b9e23.tar.gz
adds change to CHANGELOG file
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5b91ee1159c..2c54710be5d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
Please view this file on the master branch, on stable branches it's out of date.
v 8.10.0 (unreleased)
+ - Add the functionality to be able to rename a file. !5049 (tiagonbotelho)
- Fix commit builds API, return all builds for all pipelines for given commit. !4849
- Replace Haml with Hamlit to make view rendering faster. !3666
- Refactor repository paths handling to allow multiple git mount points