From 1df5e3f5d216f3d1d6c9a7ea96fe2e7e492562f1 Mon Sep 17 00:00:00 2001 From: Liam Davis Date: Mon, 26 May 2025 23:48:45 +0000 Subject: [PATCH] Added v0.2.1 changes to changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf18c6e..adbd49b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ ### Next Release -### Version 0.2.x +### Version 0.2.1 +- Add support for numpy arrays in BoxPlot + +### Version 0.2.0 - Supported plots: - BarPlot - Create customizable bar charts - ScatterPlot - Generate scatter plots with various styling options