Add ChangeLog entry for PR #1555

Adds ChangeLog entry for PR #1555, 'Only redefine _WIN32_WINNT macro when <
0x0501'
This commit is contained in:
Simon Butcher 2018-06-14 10:30:19 +01:00
parent c1bf1aaee5
commit e5cd86874e

View file

@ -12,6 +12,8 @@ Features
Bugfix
* Fix the cert_write example to handle certificates signed with elliptic
curves as well as RSA. Fixes #777 found by dbedev.
* Fix for redefinition of _WIN32_WINNT to avoid overriding a definition
used by user applications. Found and fixed by Fabio Alessandrelli.
Changes
* Changed CMake defaults for IAR to treat all compiler warnings as errors.