From d82acd9c413997bd4c95b6b2c6eab0bcc43f3c57 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Wed, 15 Jun 2022 07:06:55 +0200 Subject: [PATCH] Update changelog --- docs/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 285d2b9b4..1bd189cbb 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -39,6 +39,9 @@ All notable changes to GNSS-SDR will be documented in this file. which caused issues when linking with some compilers. - Added support for Xilinx's Zynq UltraScale+ devices (requires the `-DENABLE_FPGA=ON` building option). +- Fixed running time error if the binary is built with the + `-Wp,-D_GLIBCXX_ASSERTIONS` compiler option. This is added by default in some + GNU/Linux distributions. ### Improvements in Usability: