From 629872b28ff392e54a89c359322f5f16b4ebf15e Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Fri, 28 Jul 2017 10:12:23 -0700 Subject: [PATCH] Update project metadata --- CHANGELOG.md | 1 + meta/libraries.json | 3 +++ 2 files changed, 4 insertions(+) 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"