Fixed upgrade message

pull/14/head
Sam Bosley 14 years ago
parent e275ad2621
commit b16175b749

@ -217,13 +217,11 @@ public final class UpgradeService {
if (from >= V4_2_0 && from < V4_2_5) { if (from >= V4_2_0 && from < V4_2_5) {
newVersionString(changeLog, "4.2.5 (8/13/12)", new String[] { newVersionString(changeLog, "4.2.5 (8/13/12)", new String[] {
"Fixed bugs with task attachment syncing for premium users", "Improved tablet UX",
"Minor tablet layout polish", "More customizable task edit screen",
"Added ability to hide sections from the task edit page", "Add to calendar now starts at task due time (by default)",
"Fixed some bugs when adding tasks to calendar",
"Calendar events now start at task due time by default",
"Updated translations for several languages", "Updated translations for several languages",
"Other minor fixes and polish" "Numerous bug fixes"
}); });
} }

Loading…
Cancel
Save