From a0357c711f497639b87dc54f0093d2e9ee73d007 Mon Sep 17 00:00:00 2001 From: Clemens Brunner Date: Mon, 13 Oct 2025 11:44:55 +0200 Subject: [PATCH] Prepare v1.17.1 release --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 841a94a..e1a803a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [UNRELEASED] - YYYY-MM-DD +## [1.17.1] - 2025-10-13 ### Added - Add new `case_sensitive` parameter to `match_streaminfos`, defaulting to `False` to maintain previous behavior; when `False`, stream properties are matched more leniently ([#134](https://github.com/xdf-modules/pyxdf/pull/134) by [Stefan Appelhoff](https://github.com/sappelhoff)) - Expose detected clock segments (used in synchronisation) as `stream["info"]["clock_segments"]` ([#131](https://github.com/xdf-modules/pyxdf/pull/131) by [Jamie Forth](https://github.com/jamieforth))