From eab31f228fd1872753c55fb438e3d88e51c0e9b2 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 31 Dec 2013 20:06:18 +0100 Subject: [PATCH] Added description of 3.0.4 release. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9414c14e..830d4948 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ GLFW is a free, Open Source, portable 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.0.4 is *not yet described*. As this is a patch release, there are no -API changes. +Version 3.0.4 adds better support for custom build environments and fixes for +a large number of bugs that together affect all supported platforms. As this is +a patch release, there are no API changes. If you are new to GLFW, you may find the [introductory tutorial](http://www.glfw.org/docs/latest/quick.html) for GLFW