From ed708bdde00876f7ee7a67bd267c0d84cd015e5c Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Mon, 6 Jul 2015 13:36:50 +0200 Subject: [PATCH] bumped version --- rpg-docs/private/changeLogs/changeLogs.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/rpg-docs/private/changeLogs/changeLogs.js b/rpg-docs/private/changeLogs/changeLogs.js index a4346a1b..fddfd7d3 100644 --- a/rpg-docs/private/changeLogs/changeLogs.js +++ b/rpg-docs/private/changeLogs/changeLogs.js @@ -208,3 +208,14 @@ ChangeLogs.insert({ "Made dependency loops return NaN immediately, rather than looping indefinitely until a page refresh. Adding an effect that adds \"strength\" to Strength, won't cause Strength to constantly increase or freeze the browser, Strength just becomes NaN", ], }); + +ChangeLogs.insert({ + version: "0.6.4", + changes: [ + "Hit dice now has a \"+\" between the dice and the constitution modifier", + "Items with multiple attacks should have the damage type editable on all attacks now", + "Spell attacks should now correctly inherit changes to their spell's name", + "Character lists should now be ordered alphabetically", + "Skills should have correct min and max effects applied again", + ], +});