From d8765e7694806de6fe84d91a0c91ca573ab03abb Mon Sep 17 00:00:00 2001 From: Tim Su Date: Wed, 29 Feb 2012 20:39:47 -0800 Subject: [PATCH] Added new fixes to upgrade 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 56127dac9..cd63a8462 100644 --- a/astrid/src/com/todoroo/astrid/service/UpgradeService.java +++ b/astrid/src/com/todoroo/astrid/service/UpgradeService.java @@ -179,11 +179,12 @@ public final class UpgradeService { if (from >= V4_0_0 && from < V4_0_2) { newVersionString(changeLog, "4.0.2 (2/29/12)", new String[] { - "Removed GPS permission--no longer needed", + "Removed GPS permission - no longer needed", "Fixes for some subtasks issues", "No longer need to run the Crittercism service in the background", "Fixed a crash that could occur when cloning tasks", "Fixed a bug that prevented certain comments from syncing correctly", + "Fixed issues where voice add wouldn't work correctly", }); }