diff --git a/packages/polaris-viz/CHANGELOG.md b/packages/polaris-viz/CHANGELOG.md
index 5316ba27a..1d598592c 100644
--- a/packages/polaris-viz/CHANGELOG.md
+++ b/packages/polaris-viz/CHANGELOG.md
@@ -11,6 +11,10 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
- Fixed an issue with the `` that would cause the chart to break when series length increases
+### Changed
+
+- Refactored containers bounds into a hook and moved to chart context. `` now uses the new `useContainerBounds` hook.
+
## [15.3.2] - 2024-11-20
### Fixed