From 8b2da399eee4732baefc84adbae9244b2cbf0d06 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 12 Oct 2015 13:59:45 +0200 Subject: [PATCH] Add description of 3.1.2 release --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f127f09d..11aa631d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ GLFW is a free, Open Source, multi-platform library for OpenGL and OpenGL ES application development. It provides a simple, platform-independent API for creating windows and contexts, reading input, handling events, etc. -Version 3.1.2 is _not yet described_. +Version 3.1.2 adds fixes for a large number of bugs that together affect all +supported platforms, as well as dynamic loading work that simplifies compilation +and linking. If you are new to GLFW, you may find the [introductory tutorial](http://www.glfw.org/docs/latest/quick.html) for GLFW