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

Merge pull request #3392 from weseek/support/4979-add-new-contributors

Support/4979 add new contributors
Yuki Takei 5 лет назад
Родитель
Сommit
7499fda3e4
2 измененных файлов с 4 добавлено и 0 удалено
  1. 1 0
      CHANGES.md
  2. 3 0
      src/client/js/components/StaffCredit/Contributor.js

+ 1 - 0
CHANGES.md

@@ -2,6 +2,7 @@
 
 ## v4.2.8-RC
 
+* 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' },
         ],
       },
     ],