diff --git a/ChangeLog b/ChangeLog
index 0b41fd8bc..60d63611d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,8 @@
full details.
+ Export was including 'id' in the column header even though it was not
included in the data.
+ + The task file format has changed slightly. Please back up your task
+ data files before upgrading to 1.6.0.
------ old releases ------------------------------
diff --git a/html/faq.html b/html/faq.html
index f001e2be8..d6af2b1d1 100644
--- a/html/faq.html
+++ b/html/faq.html
@@ -45,9 +45,10 @@
the colors. How do I fix this?
- A: Task knows when the output is not going directly to a
- terminal, and strips out all the color control characters.
- Prevent this with the following entry in your .taskrc file:
+ A: Task knows (or thinks it knows) when the output is not going
+ directly to a terminal, and strips out all the color control
+ characters. Prevent this with the following entry in your
+ .taskrc file:
_forcecolor=on
+
+ Q: Can I revert to a previous version of task? How?
+
+
+ A: Yes, you can revert to a previous version of task,
+ simply by downloading an
+ older version and
+ installing it. If you find a bug in task, then this
+ may be the only way to work around the bug, until a
+ new release is made.
+
+ Note that it is possible that the task file format will + change. For example, the format changed between versions + 1.5.0 and 1.6.0. Task will automatically upgrade the file + but if you need to revert to a previous version of task, + there is the file format to consider. This is yet another + good reason to back up your task data files! +
+