diff --git a/readme.html b/readme.html
index 0c0a2f8b..9e126c9e 100644
--- a/readme.html
+++ b/readme.html
@@ -270,11 +270,9 @@ version of GLFW.
Added windows simple multi-window test program
Added initial window title parameter to glfwOpenWindow
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
Renamed GLFW_WINDOW token to GLFW_WINDOWED
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
@@ -284,6 +282,7 @@ version of GLFW.
Removed GLFW_OPENED window parameter
Removed nonsensical key actions for Unicode character input
Removed GLFWCALL and GLFWAPIENTRY macros for stdcall calling convention
+ [Win32] Removed explicit support for versions of Windows older than Windows XP
v2.7