diff --git a/WhatsNew b/WhatsNew index 80deb3999..d9d86c8f2 100644 --- a/WhatsNew +++ b/WhatsNew @@ -3,6 +3,11 @@ This is a list of API changes in SDL's version history. Version 1.0: +1.2.5: + Added SDL_BUTTON_WHEELUP (4) and SDL_BUTTON_WHEELDOWN (5) + + Added SDL_GL_STEREO for stereoscopic OpenGL contexts + 1.2.0: Added SDL_VIDEOEXPOSE event to signal that the screen needs to be redrawn. This is currently only delivered to OpenGL windows diff --git a/docs.html b/docs.html index 318352d43..65a2aa288 100644 --- a/docs.html +++ b/docs.html @@ -16,6 +16,7 @@ be found at the main SDL page. Major changes since SDL 1.0.0: