chore: Changelog updates

This commit is contained in:
Vineeth Voruganti 2025-12-05 12:22:44 -05:00
parent dfd64c765a
commit 42a28dfda1
3 changed files with 16 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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