mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-24 15:45:37 +01:00
Renamed Balance/Rebalance to Balance, and removes unused rebalance tag (#68485)
This commit is contained in:
@@ -763,9 +763,8 @@ function checkchangelog($payload, $compile = true) {
|
||||
}
|
||||
break;
|
||||
case 'balance':
|
||||
case 'rebalance':
|
||||
if($item != 'rebalanced something'){
|
||||
$tags[] = 'Balance/Rebalance';
|
||||
$tags[] = 'Balance';
|
||||
$currentchangelogblock[] = array('type' => 'balance', 'body' => $item);
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user