From e0309fa2dab00e8b394260258e92808379c3a3ec Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Sat, 17 Aug 2019 09:10:50 +0200 Subject: [PATCH] changelog --- CHANGES/v2.5.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES/v2.5.md b/CHANGES/v2.5.md index bc946d919..2a1d8c8b1 100644 --- a/CHANGES/v2.5.md +++ b/CHANGES/v2.5.md @@ -194,6 +194,7 @@ For users: For users: - Python module: + - Fixed building with clang-8. - Set `language_level` for cython to the actually used language level. - Force using cython when compiling from source. Still using the pre-generated cpp file when installing from PyPI, to avoid cython dependency. -- GitLab