diff --git a/rpg-docs/private/changeLogs/changeLogs.js b/rpg-docs/private/changeLogs/changeLogs.js index 4f615139..27c87ffa 100644 --- a/rpg-docs/private/changeLogs/changeLogs.js +++ b/rpg-docs/private/changeLogs/changeLogs.js @@ -300,3 +300,15 @@ ChangeLogs.insert({ "Made character names in the side-bar into regular links", ], }); + +ChangeLogs.insert({ + version: "0.10.0", + changes: [ + "New characters now have starting ability scores of 10", + "Coins are incrementable by default", + "Fixed multiplication sign", + "Added \"if\" function to equations", + "Added ritual tag to spells in the spell list", + "Updated dependencies to keep up with Chrome's breaking changes", + ], +});