Change logs
This commit is contained in:
@@ -135,7 +135,7 @@ ChangeLogs.insert({
|
|||||||
});
|
});
|
||||||
|
|
||||||
ChangeLogs.insert({
|
ChangeLogs.insert({
|
||||||
version: "0.5.2",
|
version: "0.5.3",
|
||||||
changes: [
|
changes: [
|
||||||
"Prevented a harmless error caused by effects which have no stat set",
|
"Prevented a harmless error caused by effects which have no stat set",
|
||||||
"Added the ability to hide the spells tab",
|
"Added the ability to hide the spells tab",
|
||||||
@@ -144,3 +144,10 @@ ChangeLogs.insert({
|
|||||||
"Overhauled how effects' stats are chosen",
|
"Overhauled how effects' stats are chosen",
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
ChangeLogs.insert({
|
||||||
|
version: "0.5.4",
|
||||||
|
changes: [
|
||||||
|
"Fixed rounding error on net worth calculation",
|
||||||
|
],
|
||||||
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user