From 2f729070b2dd8aba0bed885e2117cba4089db3f2 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Fri, 22 May 2015 14:24:22 +0200 Subject: [PATCH] Updated change log --- rpg-docs/private/changeLogs/changeLogs.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/rpg-docs/private/changeLogs/changeLogs.js b/rpg-docs/private/changeLogs/changeLogs.js index 7f8c840c..be1fbc62 100644 --- a/rpg-docs/private/changeLogs/changeLogs.js +++ b/rpg-docs/private/changeLogs/changeLogs.js @@ -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" + ], +});