diff --git a/docs/changelog/introduction.mdx b/docs/changelog/introduction.mdx
index fc3af098..b3eab09d 100644
--- a/docs/changelog/introduction.mdx
+++ b/docs/changelog/introduction.mdx
@@ -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
### 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
### Added
diff --git a/sdks/python/CHANGELOG.md b/sdks/python/CHANGELOG.md
index 51ebd9e9..7f762188 100644
--- a/sdks/python/CHANGELOG.md
+++ b/sdks/python/CHANGELOG.md
@@ -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
diff --git a/sdks/typescript/CHANGELOG.md b/sdks/typescript/CHANGELOG.md
index 94e96de1..74900a40 100644
--- a/sdks/typescript/CHANGELOG.md
+++ b/sdks/typescript/CHANGELOG.md
@@ -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