diff --git a/rpg-docs/private/changeLogs/changeLogs.js b/rpg-docs/private/changeLogs/changeLogs.js index 3aac50d7..b6092149 100644 --- a/rpg-docs/private/changeLogs/changeLogs.js +++ b/rpg-docs/private/changeLogs/changeLogs.js @@ -268,3 +268,10 @@ ChangeLogs.insert({ "Changed how columns are presented to fix a display issue introduced in Chrome 44", ], }); + +ChangeLogs.insert({ + version: "0.7.2", + changes: [ + "Fixed spell attacks appearing on features page when the spell is not prepared", + ], +});