Updated the change log

This commit is contained in:
Stefan Zermatten
2015-05-15 16:59:54 +02:00
parent 061f1fd0a5
commit 83150bc527

View File

@@ -68,3 +68,11 @@ ChangeLogs.insert({
"Fixed the styling and rounding of some of the detail boxes",
],
});
ChangeLogs.insert({
version: "0.3.0",
changes: [
"Refactored character sheet user interface.",
"Removed a lot of unneeded effects and webcomponents, should result in significantly improved performance on low-powered devices.",
],
});