summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-07-23 03:05:22 -0700
committerStan Hu <stanhu@gmail.com>2018-07-23 07:34:31 -0700
commit954f30767307d6e29f51b66b3c6b2848cafc81d5 (patch)
tree0a24504e76946fa716d6e50ad63cee27bb0c2395 /changelogs
parentdc7b4b7bb97ead6fca1eefad5f56c8db5db00f93 (diff)
downloadgitlab-ce-954f30767307d6e29f51b66b3c6b2848cafc81d5.tar.gz
Enable frozen strings in remaining lib/banzai/filter/*.rb filessh-enable-frozen-literals-banzi-filters
This also fixes a bug with the ImageLazyLoadFilter not doing the right thing when an existing class attribute is present. Part of #47424
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-enable-frozen-literals-banzi-filters.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-enable-frozen-literals-banzi-filters.yml b/changelogs/unreleased/sh-enable-frozen-literals-banzi-filters.yml
new file mode 100644
index 00000000000..897d673e97d
--- /dev/null
+++ b/changelogs/unreleased/sh-enable-frozen-literals-banzi-filters.yml
@@ -0,0 +1,5 @@
+---
+title: Enable frozen strings in remaining lib/banzai/filter/*.rb files
+merge_request: 20777
+author:
+type: performance