Updated change log

This commit is contained in:
Stefan Zermatten
2015-05-22 14:24:22 +02:00
parent 7aedb9451c
commit 617283f437

View File

@@ -107,3 +107,15 @@ ChangeLogs.insert({
"Fixed attack migrations from 0.3 -> 0.4",
],
});
ChangeLogs.insert({
version: "0.5",
changes: [
"Fixed a bug that caused multiple resistances or vulnerabilities to combine incorrectly",
"Added encumbrance effects that automatically apply when carrying too much load",
"Added a bunch of UI elements to make your character's current load clear",
"Character data is now chached, swapping between two characters should be faster",
"Floating button menus now close as expected when you click a sub-button",
"Base values in attribute summaries no longer look like added values"
],
});