Change logs

This commit is contained in:
Stefan Zermatten
2015-06-12 08:03:46 +02:00
parent 7b3cb54983
commit 9d2eb14c0c

View File

@@ -151,3 +151,10 @@ ChangeLogs.insert({
"Fixed rounding error on net worth calculation",
],
});
ChangeLogs.insert({
version: "0.5.5",
changes: [
"Fixed reports from google users not correctly storing the reply-to email address",
],
});