diff --git a/CHANGELOG.md b/CHANGELOG.md index 52eb6c469..cc01dcce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Upcoming +# v0.4.19 + +### Fixes + +* Fixed an issue with table checks that attempted to retrieve data from on-disk NWB files in a non-lazy manner. Also improved `check_timestamps_match_first_dimension` for `TimeSeries` objects, which similarly attempted to load unnecessary data into memory. [PR #296](https://github.com/NeurodataWithoutBorders/nwbinspector/pull/296) + + + # v0.4.18 ### Hotfix