Change logs

This commit is contained in:
Stefan Zermatten
2015-06-10 11:13:58 +02:00
parent afd897edfe
commit a09bad2fed

View File

@@ -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",
],
});