From 20a618f121f3eaafd806b8e3e1a6e3fa8a5dc831 Mon Sep 17 00:00:00 2001 From: Lukas Merten Date: Fri, 31 May 2024 17:34:29 +0200 Subject: [PATCH] Update CHANGELOG.md EBL Finke model was introduced newly and is not deprecated. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d7d0ccc3..ed7d14f33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,12 @@ * Fixed wrong mass inheritance for secondaries other than nuclei or electron/positron ### New features: - * Added new backwards-compatible function particleMass that returns particle mass also for non-nuclei + * Added new backwards-compatible function particleMass that returns particle mass also for non-nuclei + * EBL model from Finke et al. 2022 ### Interface changes: ### Features that are deprecated and will be removed after this release - * EBL model from Finke et al. 2022 ### Removed features * AMRMagneticField - underlying library (saga) is no longer supported.