summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-10-12 14:05:20 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-10-12 14:05:20 +0000
commit9b04e69a1fcb4a39d2873e5e6a396f7f16884098 (patch)
tree48ad40786daceda905de7f9c886131c744311cd2 /CHANGELOG
parent30e6c1bc136aa50e548fb4f48b2f5882e0267ad0 (diff)
parent45418734311561bb72aa5ab7a89d81bbd5705f7a (diff)
downloadgitlab-ce-9b04e69a1fcb4a39d2873e5e6a396f7f16884098.tar.gz
Merge branch 'git-attributes-documentation' into 'master'
Added documentation chapter for Git attributes See https://gitlab.com/gitlab-org/gitlab_git/issues/28 for more information. See merge request !6826
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e478e8c3365..894f4bc9af0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -14,6 +14,7 @@ v 8.13.0 (unreleased)
- Clarify documentation for Runners API (Gennady Trafimenkov)
- Change user & group landing page routing from /u/:username to /:username
- Prevent running GfmAutocomplete setup for each diff note !6569
+ - Added documentation for .gitattributes files
- AbstractReferenceFilter caches project_refs on RequestStore when active
- Replaced the check sign to arrow in the show build view. !6501
- Add a /wip slash command to toggle the Work In Progress status of a merge request. !6259 (tbalthazar)