mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
Update BREAKING-CHANGES.md
This commit is contained in:
parent
d768764a70
commit
2616b2b200
|
@ -6,11 +6,11 @@ This list shows all the versions which include breaking changes and how to upgra
|
||||||
|
|
||||||
### What changed?
|
### What changed?
|
||||||
|
|
||||||
We have renamed the operations on the Todoist Node to keep consistency with the codebase. Also, deleted the operations close_match and delete_match as these operations can be accomplished using the operations getAll, close, and delete.
|
We have renamed the operations in the Todoist Node for consistency with the codebase. We also deleted the `close_match` and `delete_match` operations as these can be accomplished using the following operations: `getAll`, `close`, and `delete`.
|
||||||
|
|
||||||
### When is action necessary?
|
### When is action necessary?
|
||||||
|
|
||||||
When one of the following operations is used.
|
When one of the following operations is used:
|
||||||
|
|
||||||
- close_by
|
- close_by
|
||||||
- close_match
|
- close_match
|
||||||
|
@ -19,9 +19,9 @@ When one of the following operations is used.
|
||||||
|
|
||||||
### How to upgrade:
|
### How to upgrade:
|
||||||
|
|
||||||
After upgrading open all workflows, which contain the Todoist Node, set the corresponding operation, and then save the workflow.
|
After upgrading, open all workflows which contain the Todoist Node. Set the corresponding operation, and then save the workflow.
|
||||||
|
|
||||||
If the operations close_match or delete_match are used, recreate them using the operations getAll, delete and close.
|
If the operations `close_match` or `delete_match` are used, recreate them using the operations: `getAll`, `delete`, and `close`.
|
||||||
|
|
||||||
## 0.69.0
|
## 0.69.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue