From 237648d7fc9b16fc397b272395beee12a1a93bce Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Thu, 13 Mar 2025 08:44:07 -0400 Subject: [PATCH] Remove 6.0.1 from changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e9a68fd8de..7d5e3358ed7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ 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`.