diff --git a/NEWS b/NEWS index 9d1aa149d573c..b9d5c982591c6 100644 --- a/NEWS +++ b/NEWS @@ -50,6 +50,8 @@ Standard: (timwolla) . Fix GH-12252 (round(): Validate the rounding mode). (timwolla) . Increase the default BCrypt cost to 12. (timwolla) + . Fixed bug GH-12592 (strcspn() odd behaviour with NUL bytes and empty mask). + (nielsdos) XML: . Added XML_OPTION_PARSE_HUGE parser option. (nielsdos)