Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
* Set up a project from an existing ontology with `project.setup_edior()`
* Added new `FeatureSchema` entity
* Add support for new queue modes
* Send batches of data direction to a project with `project.queue()`
* Remove items from the queue with `project.dequeue()`
* Send batches of data directly to a project queue with `project.queue()`
* Remove items from a project queue with `project.dequeue()`
* Query for and toggle the queue mode

# Version 3.8.0 (2021-10-22)
Expand Down