1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Added changelog entry.

This commit is contained in:
Camilla Berglund 2010-11-15 21:04:45 +01:00
parent 7ebf7a31be
commit 10a2b3fa79

View File

@ -297,6 +297,7 @@ version of GLFW.</p>
<li>Bugfix: The OpenGL profile and forward-compatibility window parameters were not saved after context creation</li>
<li>[X11] Bugfix: Calling <code>glXCreateContextAttribsARB</code> with an unavailable OpenGL version caused the application to terminate with a <code>BadMatch</code> Xlib error</li>
<li>[Win32] Removed explicit support for versions of Windows older than Windows XP</li>
<li>[Win32] Bugfix: Window activation and iconification did not work as expected</li>
</ul>
<h3>v2.7</h3>