summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2018-04-26 00:58:56 +0900
committerTakuya Noguchi <takninnovationresearch@gmail.com>2018-04-27 08:35:45 +0900
commitebcd5711c5ff937bf925002bf9a5b636b037684e (patch)
treeaf6ef8618e3e57dd3e03501e82647488c78a0ed1 /changelogs
parentc5f6c811eec6bca7952f84af9e30f3fafb848352 (diff)
downloadgitlab-ce-ebcd5711c5ff937bf925002bf9a5b636b037684e.tar.gz
Replace time_ago_in_words with JS-based one
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/45761-replace-actionview-time_ago_in_words.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/45761-replace-actionview-time_ago_in_words.yml b/changelogs/unreleased/45761-replace-actionview-time_ago_in_words.yml
new file mode 100644
index 00000000000..adf4db90407
--- /dev/null
+++ b/changelogs/unreleased/45761-replace-actionview-time_ago_in_words.yml
@@ -0,0 +1,5 @@
+---
+title: Replace time_ago_in_words with JS-based one
+merge_request: 18607
+author: Takuya Noguchi
+type: performance