Skip to content

Commit 2be19ee

Browse files
author
Kevin Kim
committed
Edit changelog for 3.32.0 to include changes to PaginatedCollection
1 parent 3dae35d commit 2be19ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Version 3.32.0 (2022-12-02)
44
### Added
55
* Added `HTML` Enum to `MediaType`. `HTML` is introduced as a new asset type in Labelbox.
6+
* Added `PaginatedCollection.get_one()` and `PaginatedCollection.get_many()` to provide easy functions to fetch single and bulk instances of data for any function returning a `PaginatedCollection`. E.g. `data_rows = dataset.data_rows().get_many(10)`
67

78
# Version 3.31.0 (2022-11-28)
89
### Added

0 commit comments

Comments
 (0)