From e4083bc74434b995d9f738744d5e7004cb16855a Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Mon, 18 May 2015 14:16:24 +0200 Subject: [PATCH] Updated the change log --- rpg-docs/private/changeLogs/changeLogs.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/rpg-docs/private/changeLogs/changeLogs.js b/rpg-docs/private/changeLogs/changeLogs.js index 9874f02e0..622952c0c 100644 --- a/rpg-docs/private/changeLogs/changeLogs.js +++ b/rpg-docs/private/changeLogs/changeLogs.js @@ -83,3 +83,13 @@ ChangeLogs.insert({ "Re-implemented floating action button menu component to move away from the broken third party implementation.", ], }); + +ChangeLogs.insert({ + version: "0.4.0", + changes: [ + "Changed attacks to use arbitrary strings with inline calculations", + "Added item increment and decrement buttons", + "fixed incorrect line breaks and formatting in dialogs", + "Added calculated values for jumping and carrying to the strength detail box", + ], +});