1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-25 04:27:39 +00:00

Update changelog

This commit is contained in:
Carles Fernandez
2021-11-29 16:50:43 +01:00
parent 3ff534bb4c
commit c4aca73e67

View File

@@ -48,9 +48,13 @@ All notable changes to GNSS-SDR will be documented in this file.
### Improvements in Portability: ### Improvements in Portability:
- Fixed building against the new API in the gr-iio component present in GNU - Fixed building against the new API in the gr-iio component present in GNU
Radio's `master` branch (currently v3.10.0.git). Radio v3.10.0.0-rc1.
- Fixed building against current GNU Radio's `master` branch, which does not - Fixed building against GNU Radio v3.10.0.0-rc1, which does not support the
support the C++20 standard. C++20 standard.
- Fixed building against GNU Radio v3.10.0.0-rc1, which replaced
[log4cpp](http://log4cpp.sourceforge.net/) by
[spdlog](https://github.com/gabime/spdlog) and
[fmt](https://github.com/fmtlib/fmt) libraries.
- Updated `cpu_features` library for improved processor detection. - Updated `cpu_features` library for improved processor detection.
### Improvements in Reliability: ### Improvements in Reliability: