From: Kartik Thakore Date: Sun, 11 Oct 2009 15:49:49 +0000 (-0400) Subject: credits where they are due X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9f6a22d04b6e0bcfc24249ab499bf21e79fa7612;p=sdlgit%2FSDL_perl.git credits where they are due --- diff --git a/CHANGELOG b/CHANGELOG index 2a2dd48..4123d4e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,9 @@ Revision history for Perl extension SDL_perl. * ? - - Fix bug with TTFSizeText, it actually returns 0 on success - - Add display_format_alpha - - Add an example that plays a .WAV sound sample + - 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] * v2.2.3.1 Sept 29 2009 Kartik Thakore - Critical Build.PL fix for META.yml diff --git a/lib/SDL.pm b/lib/SDL.pm index 80e34d2..11c5ea0 100644 --- a/lib/SDL.pm +++ b/lib/SDL.pm @@ -118,6 +118,9 @@ per class basis. Nick: nferraz Name: Nelson Ferraz + Nice: acme + Name: Leon Brocard + =head2 Maintainance Nick: kthakore