diff --git a/readme.html b/readme.html index 0c394062..adea6e02 100644 --- a/readme.html +++ b/readme.html @@ -269,6 +269,7 @@ version of GLFW.

  • Renamed lib source code directory to src
  • 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
  • Removed event auto-polling and the GLFW_AUTO_POLL_EVENTS window enable
  • Removed the entire threading API
  • Removed the entire image loading API