Udate changelog

This commit is contained in:
Carles Fernandez 2020-05-30 12:51:29 +02:00
parent 487971fd83
commit 8bfeb96f3e
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ SPDX-FileCopyrightText: 2011-2020 Carles Fernandez-Prades <carles.fernandez@cttc
- The software can now be built against the GNU Radio 3.9 API that uses C++11
smart pointers instead of Boost smart pointers.
- Remove python six module as a dependency if using Python 3.x.
- Fixes warnings risen by GCC 10 and Clang 10.
### Improvements in Portability:
@ -35,6 +36,7 @@ SPDX-FileCopyrightText: 2011-2020 Carles Fernandez-Prades <carles.fernandez@cttc
### Improvements in Reliability:
- Fixed a bug in GLONASS GNAV CRC computation.
- Fix possible buffer overflow in the generation of RTCM messages.
### Improvements in Reproducibility: