Update changelog

This commit is contained in:
Carles Fernandez 2020-02-10 12:17:26 +01:00
parent ce9d4b48e9
commit 2dd993bbf2
1 changed files with 5 additions and 0 deletions

View File

@ -81,6 +81,11 @@ SPDX-License-Identifier: GPL-3.0-or-later
- All constructors callable with one argument are marked with the keyword explicit. See MISRA C++:2008, 12-1-3 - All constructors that are callable with a single argument of fundamental type shall be declared explicit.
### Improvements in Repeatability:
- Added the option to apply carrier smoothing of code pseudoranges with new Observables parameter enable_carrier_smoothing.
### Improvements in Testability:
- Add receiver runtime to position_test report.