Просмотр исходного кода

Merge branch 'master' into fix/5074-5075-adjust-scroll-bar

itizawa 5 лет назад
Родитель
Сommit
f32cfab3da
2 измененных файлов с 4 добавлено и 0 удалено
  1. 1 0
      CHANGES.md
  2. 3 0
      src/client/js/components/StaffCredit/Contributor.js

+ 1 - 0
CHANGES.md

@@ -4,6 +4,7 @@
 
 * Fix: Preview scrollbar doesn't sync to editor
     * Introduced by v4.2.6
+* Improvement: Add contributors
 * Fix: Pass app title value through the XSS filter
 * Fix: Fixed not being able to update ses settings
     * Introduced by v4.2.0

+ 3 - 0
src/client/js/components/StaffCredit/Contributor.js

@@ -103,6 +103,9 @@ const contributors = [
           { position: 'The University of Tokyo', name: 'Takashi Yoneuchi' },
           { position: 'DeCurret', name: 'Yusuke Tanomogi' },
           { position: 'Flatt Security', name: 'stypr' },
+          { position: 'Flatt Security', name: 'Azara/Norihide Saito' },
+          { position: 'CyberAgent, Inc.', name: 'Daisuke Takahashi' },
+          { position: 'Mitsui Bussan Secure Directions, Inc.', name: 'Yuji Tounai' },
         ],
       },
     ],