From 6f1f9f575a435fe40b94f5c194f120beebc24e5c Mon Sep 17 00:00:00 2001 From: Ishaan Desai Date: Tue, 25 Jul 2023 11:26:32 +0200 Subject: [PATCH] bump version in CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a89de7e..8205aa17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ## latest +## 2.5.0.3 + +* Stop using `_` before variables names which are defined using `cdef`. Necessary for compatibility with [Cython v3.0.0](https://cython.readthedocs.io/en/latest/src/userguide/migrating_to_cy30.html#) + ## 2.5.0.2 * Add Waveform API introduced in preCICE v2.4.0.