diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2016-08-05 16:22:01 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2016-08-05 16:22:01 +0000 |
commit | 3e687315e0c42ad24ca2ced832dd2121876625b7 (patch) | |
tree | 808ef20144d7bcbe8b9fe5ec1d3408764fe90ead /CHANGELOG | |
parent | b29ec1937a0d5765a7d5c1b1a4784c637d75c9cf (diff) | |
parent | 9955dc29a863ad997efe2926875c29f963ba94d4 (diff) | |
download | gitlab-ce-3e687315e0c42ad24ca2ced832dd2121876625b7.tar.gz |
Merge branch '19752-pipelines-finished-at' into 'master'
Update timeago to shorter representation
## What does this MR do?
Shortens representation of `Finished at` block in pipelines & builds
## What are the relevant issue numbers?
Closes #19752
Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/18920
## Screenshots (if relevant)

See merge request !5225
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 5f4a3294e67..b6532cafbcd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -20,6 +20,7 @@ v 8.11.0 (unreleased) - Add "No one can push" as an option for protected branches. !5081 - Improve performance of AutolinkFilter#text_parse by using XPath - Environments have an url to link to + - Update `timeago` plugin to use multiple string/locale settings - Remove unused images (ClemMakesApps) - Limit git rev-list output count to one in forced push check - Clean up unused routes (Josef Strzibny) |