Skip to content

Commit 55966ba

Browse files
authored
Update CHANGELOG.md
1 parent 070d6fd commit 55966ba

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
# Version 3.23.0 (2022-06-08)
44
## Added
5-
* `Task` objects now has `errors` and `result` properties
6-
* These are currently only compatible with data row import tasks
5+
* `Task` objects now have the following properties:
6+
* `errors` - fetch information about why the task failed
7+
* `result` - fetch the result of the task
8+
* These are currently only compatible with data row import tasks.
79
* Officially added support for python 3.9
810

911
## Removed

0 commit comments

Comments
 (0)