From 3cc4828e6ffca00a1d643e34dbf1294e53360f37 Mon Sep 17 00:00:00 2001 From: Tim Su Date: Sun, 6 Jun 2010 18:20:24 -0700 Subject: [PATCH] Added update message --- astrid/src/com/todoroo/astrid/service/UpgradeService.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/astrid/src/com/todoroo/astrid/service/UpgradeService.java b/astrid/src/com/todoroo/astrid/service/UpgradeService.java index fb5371cd9..adaa7e4e0 100644 --- a/astrid/src/com/todoroo/astrid/service/UpgradeService.java +++ b/astrid/src/com/todoroo/astrid/service/UpgradeService.java @@ -95,7 +95,8 @@ public final class UpgradeService { }); if(from > 130 && from <= 132) newVersionString(changeLog, "2.14.2 (5/29/10)", new String[] { - "Fixed crash when Polish version views completed tasks", + "Fixed crashes occuring with certain languages (Spanish, Polish)", + "Fixed backup service deleting too many old days backups", }); changeLog.append("");