From 6465dc02c3cc207f337d655f18096e63481f96d2 Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Sun, 12 May 2024 19:35:13 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69571a0e..3b810c03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ ### Fixes -* Remove unecessary scipy import error handling [#315]((https://github.com/catalystneuro/roiextractors/pull/315) +* Remove unecessary scipy import error handling [#315](https://github.com/catalystneuro/roiextractors/pull/315) * Added daily testing workflow and fixed bug with python 3.12 by upgrading scanimage-tiff-reader version: [PR #321](https://github.com/catalystneuro/roiextractors/pull/321)