Version ?.?.?
-------------

 - Fixed a sound bug that cleared the recording buffer when you played
   a sound while trying to record.
 - Added ability to flush the recording buffer.


Version 1.1.0
--------------

 - Code now moved to git and hosted on alioth.debian.org.
 - We now have a change log.
 - New low-level screen flipping code that should more-accurately
   block on calls to updateScreen.
 - Removed spurious Numeric and replaced it with numpy.
 - New audio functionality to allow for looping and combining of audio
   clips.
 - Now can play movies via a pygame.Movie interface.
 - Convenience functions (such as micTest) no longer pass a color to
   clear so that you can customize your own color background.
 - showProportional now can either constrain that the showable stay in
   the screen (original/default behavior) or place the showable
   exactly where you ask, ignoring the size of the object.  Thanks to
   fredclipr for pointing this out and providing the fix.
 - Added --show-fps option to show your frames per second.
 - Fixed anti-aliasing of text for non-black backgrounds.
 - Updated to use RtAudio version 4.0.5.
