From 7fed3b8d587893075cc25e24755ddbb6147612ab Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Fri, 16 Aug 2019 12:36:59 +0200 Subject: [PATCH] Update changelog --- docs/changelog | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog b/docs/changelog index afe23e7f2..bfbef5b11 100644 --- a/docs/changelog +++ b/docs/changelog @@ -14,6 +14,7 @@ ### Improvements in Reliability: +- Decoding of navigation messages no longer rely on implementation defined behavior for shifting left a signed integer. - Removed usage of functions with insecure API (e.g., strcpy) - Added clang-tidy checks clang-analyzer-security.*