Update changelog

This commit is contained in:
Carles Fernandez 2019-08-16 12:36:59 +02:00
parent c5f4a54aac
commit 7fed3b8d58
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 1 additions and 0 deletions

View File

@ -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.*