diff --git a/CHANGELOG.md b/CHANGELOG.md index 17eed9bd..ac780fbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ Version 96: * Move extras/ to test/ * Use property * Rename wsload compile target +* Fix library.json -------------------------------------------------------------------------------- diff --git a/meta/libraries.json b/meta/libraries.json index 385eedfb..b37a9720 100644 --- a/meta/libraries.json +++ b/meta/libraries.json @@ -5,9 +5,6 @@ "Vinnie Falco" ], "description": "Portable HTTP, WebSocket, and network operations using only C++11 and Boost.Asio", - "std": [ - "C++11" - ], "category": [ "Concurrent", "IO"