mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-19 14:12:55 +00: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