From 1de3a5215b133d318d541737776fd39be0513cb9 Mon Sep 17 00:00:00 2001 From: Jarcode Date: Wed, 7 Feb 2018 20:18:05 -0800 Subject: [PATCH] updated changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6930723..078ba17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 1.3 -* Added RGBA color parsing for GLSL code and directives (does not work within `#request` directives). The behaviour converts '#3ef708ff' -> `vec4(0.243, 0.967, 0.031, 1.0)`. If the alpha component is omitted, it is assumed to be `1.0`. The parsing occurs during compile time, so it does not incurr any performance penalty. +* Added RGBA color parsing for GLSL code and directives (does not work within `#request` directives). The behaviour converts `#3ef708ff` -> `vec4(0.243, 0.967, 0.031, 1.0)`. If the alpha component is omitted, it is assumed to be `1.0`. The parsing occurs during compile time, so it does not incurr any performance penalty. * Fixed stray `[DEBUG]` messages that were errornously being printed * _Actually_ added support for GLFW 3.1, see issue #13 * Fixed issue with some WMs not responding to GLava's window types and hints, see #17