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("");