Fix a typo in release notes

This commit is contained in:
Mohammad Nejati
2025-03-26 10:03:02 +00:00
committed by Mohammad Nejati
parent f1492dd164
commit 1d8dfae490
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ Version 357:
* Updated SSL examples to verify peer certificate hostname
* Improved documentation of `websocket::stream::async_close`
* WebSockets: Peer pings are counted as activity for `idle_timeout`
* Fixed out-of-band access issue in `iequals` function
* Fixed out-of-bounds access in `iequals` function
* Removed Boost.Scope dependency from examples
* Refactored CMakeLists

View File

@ -15,7 +15,7 @@
[*Fixes]
* [issue 2962] Fixed out-of-band access issue in `iequals` function
* [issue 2962] Fixed out-of-bounds access in `iequals` function
[*Improvements]