From 2dd993bbf2663b3f05254cfb419e637346e05693 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Mon, 10 Feb 2020 12:17:26 +0100 Subject: [PATCH] Update changelog --- docs/changelog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog b/docs/changelog index 65e80f290..c97fda85a 100644 --- a/docs/changelog +++ b/docs/changelog @@ -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.