From 6d7ff01294a318474e682fa37a8425df3b2a1a98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pereira?= Date: Sat, 23 Mar 2019 23:01:19 +0000 Subject: [PATCH] Change to README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6d7a5d1f..4a7fc10f0 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,8 @@ information on what to include when reporting a bug. ## Changelog +- Added c++ namespace syntax as alternative for accessing glfw functions, + `glfwInit()` becomes `glfw::Init()`. - Added `glfwGetError` function for querying the last error code and its description (#970) - Added `glfwUpdateGamepadMappings` function for importing gamepad mappings in @@ -500,4 +502,3 @@ skills. - Lasse Öörni - All the unmentioned and anonymous contributors in the GLFW community, for bug reports, patches, feedback, testing and encouragement -