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" + ], +});