diff options
author | Fatih Acet <acetfatih@gmail.com> | 2016-10-28 21:34:31 +0000 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2016-10-28 21:34:31 +0000 |
commit | c8ad9fec22d28d23b9b26c3d11b202ae28b70905 (patch) | |
tree | 80d98d0fb7fdf8e4e7e201767f47bab531a3d411 /CHANGELOG.md | |
parent | f4fed44f6700aed93015dfeac0ade00a93e8288d (diff) | |
parent | 88b5afe2ca5fbc8249794f142d2be516cb3538f1 (diff) | |
download | gitlab-ce-c8ad9fec22d28d23b9b26c3d11b202ae28b70905.tar.gz |
Merge branch 'cycle-analytics-bundle' into 'master'
Create cycle analytics bundle
## What does this MR do?
Currently the cycle analytics file is being included in our application.js file & therefore including VueJS in application.js. This MR creates a cycle analytics bundle and only includes it on the cycle analytics page.
See merge request !7176
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index efa5a213570..ef6bb64215b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ Please view this file on the master branch, on stable branches it's out of date. - Add hover to trash icon in notes !7008 (blackst0ne) - Only show one error message for an invalid email !5905 (lycoperdon) - Fix sidekiq stats in admin area (blackst0ne) + - Created cycle analytics bundle JavaScript file - API: Fix booleans not recognized as such when using the `to_boolean` helper - Removed delete branch tooltip !6954 - Stop unauthorized users dragging on milestone page (blackst0ne) |