Skip to content

Commit ff29505

Browse files
committed
add v6.8 as h1
1 parent af7e100 commit ff29505

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libs/labelbox/CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
* Provide support to cancel tasks ([#1957](https://github.com/Labelbox/labelbox-python/pull/1957))
55
* Added support for AUDIO attachment type ([#1956](https://github.com/Labelbox/labelbox-python/pull/1956))
66

7-
Version 6.8.0 (2025-02-20)
8-
### Added Support for Source Ontology Names in Relationships
7+
# Version 6.8.0 (2025-02-20)
8+
## Added Support for Source Ontology Names in Relationships
99

1010
Added the ability to specify relationships using `source_ontology_name` instead of a concrete source annotation. This enhancement is particularly useful for PDF document annotations where you can create relationships referencing ontology classes directly.
1111

1212
Key changes:
1313
- Added optional `source_ontology_name` field to `Relationship` class
1414
- Made `source` field optional
1515
- Added validation to ensure either `source` or `source_ontology_name` is provided, but not both
16-
### Added search by name for `get_catalog_slice`
17-
### Added `get_catalog_slices` to get all slices
16+
## Added search by name for `get_catalog_slice`
17+
## Added `get_catalog_slices` to get all slices
1818

1919
# Version 6.7.0 (2025-02-06)
2020
## Added

0 commit comments

Comments
 (0)