From b55d81df0dcf1abd326bf40a2b434aad950ae68a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Sch=C3=B6lzel?= Date: Tue, 1 Oct 2024 12:37:54 +0200 Subject: [PATCH] updates changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43fbfef..8a781f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Regression tests for all major algorithms that check for small changes in the main output value. ### Changed + +* Nolds now supports numpy 2.x as well as 1.x. + ### Fixed ## [0.6.0]