From 816e5d8764b59acf08ee70675573c8c40e96b78e Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Thu, 13 Mar 2025 09:01:14 -0400 Subject: [PATCH] Add fix to changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e9a68fd8d..ca0c1f2732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [6.0.1] - 2025-02-16 +## Unreleased ### Fixed - Fix `TypeError` when using `orjson` to serialize `pandas.NA`. +- Fix issue where using `category_orders` on `px.pie` raised `ColumnNotFoundError`. ## [6.0.0] - 2025-01-28