diff CHANGELOG @ 477:3e705c9180e5

Fixed binary compatibility, added Sound_GetDuration().
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 12 May 2004 02:15:00 +0000
parents f0b8865577db
children 35dfa9d9782e
line wrap: on
line diff
--- a/CHANGELOG	Sat May 08 22:06:14 2004 +0000
+++ b/CHANGELOG	Wed May 12 02:15:00 2004 +0000
@@ -2,7 +2,9 @@
  * CHANGELOG.
  */
 
-
+05112004 - Added Sound_GetDuration() and moved total_time out of Sound_Sample
+           struct and into it's opaque data...this fixes binary compatibility
+           with apps written for SDL_sound 1.0.
 05082004 - Started 1.1.0 development branch with code to determine the total
            length of a sample (thanks to Wesley, Eric, Wang, and Ahilan!)...
            this patch was originally committed to CVS on 10252003, but it is