Skip to content

Commit

Permalink
Updated change log
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaumRystra committed May 22, 2015
1 parent 7aedb94 commit 2f72907
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions rpg-docs/private/changeLogs/changeLogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
});

0 comments on commit 2f72907

Please sign in to comment.