From e37fe62dc6e0ed1c367d4149f4a442a6ddd28f97 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Tue, 29 Jul 2025 15:36:50 -0400 Subject: [PATCH] Add plotly.io.get_chrome to changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dc011805e..d5fabb705a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Updated - Updated Plotly.js from version 3.0.1 to version 3.0.3. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#303----2025-07-23) for more information. +### Added +- Exposed `plotly.io.get_chrome()` as a function which can be called from within a Python script. [[#5282](https://github.com/plotly/plotly.py/pull/5282)] + ## [6.2.0] - 2025-06-26 ### Added