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