Updated the change log with v0.3.1

This commit is contained in:
Stefan Zermatten
2015-05-16 00:26:00 +02:00
parent 955794b5c0
commit 0ff4a887ea

View File

@@ -76,3 +76,10 @@ ChangeLogs.insert({
"Removed a lot of unneeded effects and webcomponents, should result in significantly improved performance on low-powered devices.",
],
});
ChangeLogs.insert({
version: "0.3.1",
changes: [
"Re-implemented floating action button menu component to move away from the broken third party implementation.",
],
});