Skip to content

Commit 9395c74

Browse files
fix incorrect task changes
1 parent eee4c3c commit 9395c74

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

db-version-changes.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,8 @@ Miscelleanous changes:
6666

6767
#### Tasks
6868

69-
* Using terms from the [previous tasks](https://docs.logseq.com/#/page/tasks), a task marker, priority and deadline are respectively now `Status`, `Priority` and `Deadline` properties on a task.
70-
* [Scheduled](https://docs.logseq.com/#/page/tasks/block/deadline%20and%20scheduled) has been deprecated.
71-
* Logbook timestamps have been deprecated.
69+
* Using terms from the [previous tasks](https://docs.logseq.com/#/page/tasks), a task marker, priority, deadline and scheduled are respectively now `Status`, `Priority`, `Deadline` and `Scheduled` properties on a task.
70+
* Logbook timestamps have been replaced with Status change history.
7271
* Tasks are no longer created by typing keywords like `TODO` but instead with commands like '/todo'.
7372
* Read more about the [new tasks](./db-version.md#tasks).
7473

@@ -132,4 +131,4 @@ Miscelleanous changes:
132131
* The attribute `:block/content` was renamed to `:block/title`. If used in an advanced query including in config.edn's `:default-queries`, change it to use `:block/title` e.g. `[?b :block/content "content"]` -> `[?b :block/title "content"]`
133132
* The attribute `:block/original-name` was renamed to `:block/title`. If used in an advanced query including in config.edn's `:default-queries`, change it to use `:block/title` e.g. `[?b :block/original-name "name"]` -> `[?b :block/title "name"]`
134133
* The attribute `:block/journal?` no longer exists. If used in an advanced query including in config.edn's `:default-queries`, change it to use `:block/type` e.g. `[?p :block/journal? true]` -> `[?p :block/type "journal"]`
135-
* The attribute `:block/left` no longer exists and has been replaced by `:block/order`. It is not recommended to write queries with this attribute.
134+
* The attribute `:block/left` no longer exists and has been replaced by `:block/order`. It is not recommended to write queries with this attribute.

0 commit comments

Comments
 (0)