From 059b2b55c0643c87591dbf98df2f1b751af1c3cc Mon Sep 17 00:00:00 2001
From: Camilla Berglund
Date: Fri, 10 Sep 2010 13:23:03 +0200
Subject: [PATCH] Updated changelog (renamed glfw.h to glfw3.h).
---
readme.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/readme.html b/readme.html
index 4266921b..dbd0893c 100644
--- a/readme.html
+++ b/readme.html
@@ -269,6 +269,7 @@ version of GLFW.
Added windows
simple multi-window test program
Changed buffer bit depth parameters of glfwOpenWindow
to window hints
Renamed lib
source code directory to src
+ Renamed glfw.h
to glfw3.h
to avoid conflicts with 2.x series
Replaced ad hoc build system with CMake
Updated all included test and example programs to use the new API
Made Unicode character input unaffected by GLFW_KEY_REPEAT