Updated change log

This commit is contained in:
Stefan Zermatten
2015-05-19 11:45:38 +02:00
parent ef44f6c1a5
commit b58c006ed4

View File

@@ -93,3 +93,17 @@ ChangeLogs.insert({
"Added calculated values for jumping and carrying to the strength detail box",
],
});
ChangeLogs.insert({
version: "0.4.1",
changes: [
"Fixed strength jumping calculations not rounding down correctly",
],
});
ChangeLogs.insert({
version: "0.4.2",
changes: [
"Fixed attack migrations from 0.3 -> 0.4",
],
});