Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
elmindreda committed Jul 12, 2016
1 parent 0ff22e4 commit 9befef1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,14 @@ does not find Doxygen, the documentation will not be generated.

## Changelog

- Bugfix: The range checks for `glfwSetCursorPos` used the wrong minimum
- [Win32] Bugfix: The first shown window ignored the `GLFW_MAXIMIZED` hint
when the process was provided a `STARTUPINFO`
- Bugfix: Single compilation unit builds failed due to naming conflicts (#783)
- Bugfix: The range checks for `glfwSetCursorPos` used the wrong minimum (#773)
- [Win32] Bugfix: Examples failed to build on Visual C++ 2010 due to C99 in
`linmath.h` (#785)
- [Win32] Bugfix: The first shown window ignored the `GLFW_MAXIMIZED` hint
when the process was provided a `STARTUPINFO` (#780)
- [GLX] Bugfix: Dynamically loaded entry points were not verified
- [EGL] Bugfix: Dynamically loaded entry points were not verified


## Contact
Expand Down

0 comments on commit 9befef1

Please sign in to comment.