From 13f5fae4202486dd1fb31efad81ff5f7cb4c1dd2 Mon Sep 17 00:00:00 2001 From: "Adam J. Jackson" Date: Mon, 7 Oct 2024 12:21:31 +0100 Subject: [PATCH] CHANGELOG update --- CHANGELOG.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ac18599..2f08685 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,7 +7,11 @@ Versioning `__. The changelog format is inspired by `Unreleased `__ ------------------------------------------------------------------------- -- Deal with matplotlib 3.6 deprecation/rename of seaborn-colorblind (@ajjackson) +- Deal with matplotlib compatibility issues (@ajjackson) + + - 3.6 deprecation/rename of seaborn-colorblind + - Use public API to get line colour more robustly + - Deal with scipy deprecation of polyval (@kavanase)