From: Kartik Thakore Date: Sun, 8 Nov 2009 12:11:06 +0000 (-0500) Subject: updated changes X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e35b375499b97810ac78e175a01bb549ddfb02f8;p=sdlgit%2FSDL_perl.git updated changes --- diff --git a/CHANGELOG b/CHANGELOG index 454e8d9..94cf9c6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,11 +1,17 @@ Revision history for Perl extension SDL_perl. -* ? +* 3.0 - Fix bug with TTFSizeText, it actually returns 0 on success [acme] - Add display_format_alpha [acme] - Add an example that plays a .WAV sound sample [acme] - Add left/right panning to the mixer [acme] - Throw warning message if header files are missing while Build [FROGGS] + - SDL::Mixer::MixChunk and MixMusic structures [acme] + - SDL::Events functions [FROGGS] + - SDL::Video functions [acme, kthakore] + - SDL::Video substructures [acme, kthakore] + - SDL::Events substructures [FROGGS, kthakore] + - SDL documentation [magnet, kthakore] * v2.2.3.1 Sept 29 2009 Kartik Thakore - Critical Build.PL fix for META.yml