From d52b925c5a7c60143e7006eb2102d67e0730f2c9 Mon Sep 17 00:00:00 2001 From: Oliver Ruebel Date: Thu, 6 Feb 2025 12:25:03 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 327466f7f..07fb67159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,7 @@ ## PyNWB 3.0.0 (Upcoming) ### Breaking changes -- Removed unused functions `prepend_string` and `_not_parent` from `core.py` @oruebel [#2032](https://github.com/NeurodataWithoutBorders/pynwb/pull/2031) -- +- Removed unused functions `prepend_string` and `_not_parent` from `core.py` and `file.py` @oruebel [#2032](https://github.com/NeurodataWithoutBorders/pynwb/pull/2031) ### Enhancements and minor changes - Added `pynwb.read_nwb` convenience method to simplify reading an NWBFile written with any backend @h-mayorquin [#1994](https://github.com/NeurodataWithoutBorders/pynwb/pull/1994)