From 679fef3d5e7d03392c9465186685b9741fb2daaf Mon Sep 17 00:00:00 2001
From: Camilla Berglund <elmindreda@users.sourceforge.net>
Date: Tue, 8 Feb 2011 23:30:08 +0100
Subject: [PATCH] Added changelog entry for unified key codes.

---
 readme.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/readme.html b/readme.html
index e9f48b4d..f8127713 100644
--- a/readme.html
+++ b/readme.html
@@ -282,6 +282,7 @@ version of GLFW.</p>
   <li>Renamed <code>glfw.h</code> to <code>glfw3.h</code> to avoid conflicts with 2.x series</li>
   <li>Renamed <code>GLFW_WINDOW</code> token to <code>GLFW_WINDOWED</code></li>
   <li>Replaced ad hoc build system with CMake</li>
+  <li>Replaced layout-dependent key codes with single, platform-independent set based on US layout</li>
   <li>Replaced mouse wheel interface with two-dimensional scrolling interface</li>
   <li>Made Unicode character input unaffected by <code>GLFW_KEY_REPEAT</code></li>
   <li>Removed event auto-polling and the <code>GLFW_AUTO_POLL_EVENTS</code> window enable</li>