From 2abf9164fd2b03952ccea7b82998f01454031b5a Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sat, 16 Mar 2019 13:42:59 +0100 Subject: [PATCH] Update changelog --- docs/changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog b/docs/changelog index 42942beff..549c049c3 100644 --- a/docs/changelog +++ b/docs/changelog @@ -3,6 +3,7 @@ ### Improvements in Availability - Fixed bug that caused a random deadlock in the Observables block, preventing the computation of PVT fixes. +- Fixed bug in Galileo INAV message decoding when PLL is locked at 180 degrees, which prevented from correct navigation message decoding in some situations. ### Improvements in Efficiency @@ -42,6 +43,7 @@ - The receiver now admits FPGA off-loading, allowing for real time operation at high sampling rates and higher number of signals and channels. - Fixed program termination (avoiding hangs and segfaults in some platforms/configurations). - CMake now generates a summary of enabled/disabled features. This info is also stored in a file called features.log in the building directory. +- New parameter PVT.show_local_time_zone displays time in the local time zone. Subject to the proper system configuration of the machine running the software receiver. - Improved information provided to the user in case of failure.