diff --git a/astrid/src/com/todoroo/astrid/service/UpgradeService.java b/astrid/src/com/todoroo/astrid/service/UpgradeService.java index f8f08f0a9..77563dfcf 100644 --- a/astrid/src/com/todoroo/astrid/service/UpgradeService.java +++ b/astrid/src/com/todoroo/astrid/service/UpgradeService.java @@ -306,6 +306,13 @@ public final class UpgradeService { Preferences.clear(AstridPreferences.P_UPGRADE_FROM); StringBuilder changeLog = new StringBuilder(); + if (from >= V4_6_0 && from < V4_6_2) { + newVersionString(changeLog, "4.6.2 (4/09/13)", new String[] { + "Fixed a bug that could prevent certain tasks from syncing correctly", + "UI improvements" + }); + } + if (from >= V4_6_0 && from < V4_6_1) { newVersionString(changeLog, "4.6.1 (4/04/13)", new String[] { "Improved design for the task edit page",