From 964f4fb792365fd13391f98b1b19cd4745a35c40 Mon Sep 17 00:00:00 2001 From: Tim Schaefer Date: Wed, 24 Apr 2024 12:03:22 +0200 Subject: [PATCH] NEW: record changes for v0.2.4 --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 65af198..f1346ac 100644 --- a/CHANGES +++ b/CHANGES @@ -3,7 +3,13 @@ neuroformats Changes Current WIP ----------- + + +Version 0.2.4 +------------- - Change: improve file reading performance by using buffered readers, thanks to @rbran +- Fix #4, In vec32minmax use iterators to avoid clone/sort a vector, thanks to @rbran +- Fix #3, Access to uninitialized memory, thanks to @rbran Version 0.2.3