Bumped change log

This commit is contained in:
Stefan Zermatten
2015-11-17 13:58:50 +02:00
parent 80dc862047
commit 33196c6771

View File

@@ -286,3 +286,12 @@ ChangeLogs.insert({
"Fixed errors loggin in with Google",
],
});
ChangeLogs.insert({
version: "0.9.0",
changes: [
"Added fast render support, direct links to characters should load instantly",
"Added extra indexes to the database to improve performance",
"Added appcache support to improve load times on return visits",
],
});