From c16440fb35f2df196e3a9bdc344fec838c481794 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Tue, 2 Jan 2024 18:20:54 +0100 Subject: [PATCH] Update changelog --- docs/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 97191e00c..6f5ca432b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -45,7 +45,7 @@ All notable changes to GNSS-SDR will be documented in this file. - Updated local `cpu_features` library to v0.9.0. - `volk_gnsssdr`: fix syntax for Python 3.12 without breaking backward compatibility with Python 2.7. -- Fixed linking against latest GNU Radio version. +- Fixed linking against GNU Radio v3.10.9.1. - Make use of new API if linking against VOLK >= 3.1. - Fixed undefined behaviour in `volk_gnsssdr` arising from incompatibility between complex numbers in C and C++.