diff --git a/readme.html b/readme.html index 329066d0..54407939 100644 --- a/readme.html +++ b/readme.html @@ -279,6 +279,7 @@ version of GLFW.

  • Replaced mouse wheel interface with two-dimensional scrolling interface
  • Made Unicode character input unaffected by GLFW_KEY_REPEAT
  • Removed event auto-polling and the GLFW_AUTO_POLL_EVENTS window enable
  • +
  • Removed the Win32 port .def files
  • Removed the entire threading API
  • Removed the entire image loading API
  • Removed deprecated Carbon port
  • @@ -288,7 +289,7 @@ version of GLFW.

  • Removed nonsensical key actions for Unicode character input
  • Removed GLFWCALL and GLFWAPIENTRY macros for stdcall calling convention
  • Bugfix: The default OpenGL version in the version test was set to 1.1
  • -
  • Bugfix: The OpenGL profile and forward-compatibility window parameters were not loaded after context creation
  • +
  • Bugfix: The OpenGL profile and forward-compatibility window parameters were not saved after context creation
  • [Win32] Removed explicit support for versions of Windows older than Windows XP
  • [Win32] Bugfix: The WGLSWAPINTERVALEXT_T typedef was declared under WGL_ARB_pixel_format