summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-05-19 17:38:49 +0000
committerJacob Schatz <jschatz@gitlab.com>2016-05-19 17:38:49 +0000
commit5566c9e7065ef97d65d66abcc1e56ed8b5eb1704 (patch)
treecfe873d455b17cd83b0103a16b558d7bcc0914ae /CHANGELOG
parentdea36800066877e6d5aab036aa4417e68b37dca5 (diff)
parent4b4f2cf53b2ed9d5d1747469b7fb7779ea803058 (diff)
downloadgitlab-ce-5566c9e7065ef97d65d66abcc1e56ed8b5eb1704.tar.gz
Merge branch 'simplify-animation-css' into 'master'
Replace animate.css with a smaller subset of animations. As discussed in #15667. This saves ~50KB uncompressed. cc: @jschatz1 See merge request !3937
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index da65cbe4f0c..9613332774f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -89,6 +89,7 @@ v 8.7.3
- Merge request widget displays TeamCity build state and code coverage correctly again.
- Fix the line code when importing PR review comments from GitHub. !4010
- Wikis are now initialized on legacy projects when checking repositories
+ - Remove animate.css in favor of a smaller subset of animations. !3937 (Connor Shea)
v 8.7.2
- The "New Branch" button is now loaded asynchronously