1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-09-03 03:17:59 +00:00

Update changelog

This commit is contained in:
Carles Fernandez
2019-08-16 12:36:59 +02:00
parent c5f4a54aac
commit 7fed3b8d58

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