From e820631689d5b9362265adccc0ac43044016179d Mon Sep 17 00:00:00 2001
From: Carles Fernandez <carles.fernandez@gmail.com>
Date: Sat, 27 Jun 2020 10:58:35 +0200
Subject: [PATCH] Update changelog

---
 docs/changelog.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/changelog.md b/docs/changelog.md
index 237fc68b7..8190e35b6 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -27,8 +27,8 @@ SPDX-FileCopyrightText: 2011-2020 Carles Fernandez-Prades <carles.fernandez@cttc
 - The software can now be built against Boost <= 1.73 (minimum version: 1.53).
 - Removed python six module as a dependency if using Python 3.x.
 - Improved usage of smart pointers to better express ownership.
-- Add definition of std::make_unique for buidings with C++11, and make use of it
-  along the source code.
+- Add definition of std::make_unique for buildings with C++11, and make use of
+  it along the source code.
 - Fixed building with GCC 10 (gcc-10 and above flipped a default from `-fcommon`
   to `-fno-common`, causing an error due to multiple defined lambda functions).
 - Fixed warnings risen by GCC 10 and Clang 10.
@@ -52,6 +52,7 @@ SPDX-FileCopyrightText: 2011-2020 Carles Fernandez-Prades <carles.fernandez@cttc
 
 - Fixed a bug in GLONASS GNAV CRC computation.
 - Fixed a possible buffer overflow in the generation of RTCM messages.
+- Fixed a bug that could cause a random crash on receiver stopping.
 
 ### Improvements in Reproducibility: