diff WhatsNew @ 1507:1ff64ad478b2

Fixed bug #112 Added SDL_GetKeyRepeat()
author Sam Lantinga <slouken@libsdl.org>
date Mon, 13 Mar 2006 01:41:32 +0000
parents 67176351a1b8
children 8d9bb0cf2c2a
line wrap: on
line diff
--- a/WhatsNew	Mon Mar 13 01:40:49 2006 +0000
+++ b/WhatsNew	Mon Mar 13 01:41:32 2006 +0000
@@ -3,6 +3,10 @@
 
 Version 1.0:
 
+1.2.10:
+	Added SDL_GetKeyRepeat()
+	Added SDL_config.h, with defaults for various build environments.
+
 1.2.7:
 	Added CPU feature detection functions to SDL_cpuinfo.h:
 		SDL_HasRDTSC(), SDL_HasMMX(), SDL_Has3DNow(), SDL_HasSSE(),