From 659d5b53db20f3c0972eb292787aafe5f87d9368 Mon Sep 17 00:00:00 2001 From: RalfG Date: Mon, 22 Dec 2025 16:45:54 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d919602..ed458e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.5.1] - 2025-12-22 + +### Fixed + +- `io.idxml`: Fix compatibility with pyOpenMS 3.5+ for PeptideIdentificationList handling (also see OpenMS/OpenMS#8552). +- `io.percolator`: Fix missing ScanNr values when using `write_file` (fixes compomics/ms2rescore#235). +- `io.percolator`: Fix missing style argument when checking whether `PercolatorTabWriter` supports `write_psm`. +- `io.pepxml`: Fix robustness of `PepXMLReader` against missing params in file. + ## [1.5.0.post1] - 2025-10-28 ### Fixed