From 47cfafaba533c4853339c37cf671bb323d74de62 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Thu, 13 Mar 2025 15:29:22 -0400 Subject: [PATCH] Add issue links to changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca0c1f2732..3c2c8b7968 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased ### Fixed -- Fix `TypeError` when using `orjson` to serialize `pandas.NA`. -- Fix issue where using `category_orders` on `px.pie` raised `ColumnNotFoundError`. +- Fix `TypeError` when using `orjson` to serialize `pandas.NA` [[#5040](https://github.com/plotly/plotly.py/pull/5040)]. +- Fix issue where using `category_orders` on `px.pie` raised `ColumnNotFoundError` [[#5000](https://github.com/plotly/plotly.py/pull/5000)]. ## [6.0.0] - 2025-01-28