Fixes the changelogs being absolutely deleted only (#15586)

* Update files

* extra and hidden stuff
This commit is contained in:
SandPoot
2022-04-07 17:36:41 -03:00
committed by GitHub
parent 03385972d7
commit 9c3073168c
7 changed files with 31 additions and 15 deletions

View File

@@ -832,6 +832,9 @@ function checkchangelog($payload, $compile = true) {
$currentchangelogblock[] = array('type' => 'balance', 'body' => $item);
}
break;
case 'tgs':
$currentchangelogblock[] = array('type' => 'tgs', 'body' => $item);
break;
case 'code_imp':
case 'code':
if($item != 'changed some code'){