chore: Changelog updates
This commit is contained in:
parent
dfd64c765a
commit
42a28dfda1
|
|
@ -408,6 +408,10 @@ Welcome to the Honcho changelog! This section documents all notable changes to t
|
|||
- Peer level get_context method
|
||||
- `ObservationScope` object to perform CRUD operations on observations
|
||||
- Representation object for WorkingRepresentations
|
||||
|
||||
### Changed
|
||||
|
||||
- methods that take IDs, can all optionally take an object of the same type
|
||||
</Update>
|
||||
<Update label="v1.5.0">
|
||||
### Added
|
||||
|
|
@ -491,6 +495,10 @@ Welcome to the Honcho changelog! This section documents all notable changes to t
|
|||
- Peer level get_context method
|
||||
- `ObservationScope` object to perform CRUD operations on observations
|
||||
- Representation object for WorkingRepresentations
|
||||
|
||||
### Changed
|
||||
|
||||
- methods that take IDs, can all optionally take an object of the same type
|
||||
</Update>
|
||||
<Update label="v1.5.0">
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
- `ObservationScope` object to perform CRUD operations on observations
|
||||
- Representation object for WorkingRepresentations
|
||||
|
||||
### Changed
|
||||
|
||||
- methods that take IDs, can all optionally take an object of the same type
|
||||
|
||||
## [1.5.0] - 2025-10-09
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
- `ObservationScope` object to perform CRUD operations on observations
|
||||
- Representation object for WorkingRepresentations
|
||||
|
||||
### Changed
|
||||
|
||||
- methods that take IDs, can all optionally take an object of the same type
|
||||
|
||||
## [1.5.0] - 2025-10-09
|
||||
|
||||
### Added
|
||||
|
|
|
|||
Loading…
Reference in New Issue