Update changelog

This commit is contained in:
Carles Fernandez 2021-10-08 19:22:37 +02:00
parent a510c9d92e
commit e5df365504
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 5 additions and 1 deletions

View File

@ -32,9 +32,13 @@ All notable changes to GNSS-SDR will be documented in this file.
- Rewritten Viterbi decoder for Galileo navigation messages: encapsulated in a
class instead of being implemented as free inline functions. This improves
memory management.
memory management and source code readability.
- Updated GSL implementation to v0.39.0. See
https://github.com/gsl-lite/gsl-lite/releases/tag/v0.39.0
- CI - `cpplint` job on GitHub: Added the `build/include_what_you_use` filter
for early detection of missing includes.
- CI - `clang-tidy` job on GitHub: More robust detection of LLVM paths installed
by homebrew.
### Improvements in Reliability