Cygwin: add strtod fix to release notes

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2018-04-09 11:48:33 +02:00
parent 27652b608d
commit 8a91646183
1 changed files with 4 additions and 0 deletions

View File

@ -13,3 +13,7 @@ Bug Fixes
- Fix utils path handling in case cygdrive path is just '/'.
Addresses: https://cygwin.com/ml/cygwin/2018-02/msg00174.html
- Fix a potential SIGFPE in strtod, if FE_INVALID exceptions are
enabled.
Addresses: https://cygwin.com/ml/cygwin/2018-04/msg00055.html