diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a0e2749..11c066d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ Version 91: * Rename wstest source file * Use fopen_s on Windows * Fix Appveyor script +* Update project metadata WebSocket: diff --git a/meta/libraries.json b/meta/libraries.json index b37a9720..385eedfb 100644 --- a/meta/libraries.json +++ b/meta/libraries.json @@ -5,6 +5,9 @@ "Vinnie Falco" ], "description": "Portable HTTP, WebSocket, and network operations using only C++11 and Boost.Asio", + "std": [ + "C++11" + ], "category": [ "Concurrent", "IO"