CHANGES file for Games::Bingo

$Id: CHANGES,v 1.11 2003/05/16 10:24:39 jonasbn Exp $

0.01 Released 10th. of May 2003 

  - Project setup, all the files and prototypes, lots of programming
    etc.
  
  - Renamed prior versions to 0.01. - Please see the BUGS

0.02 Released 11th. of May 2003 (no update necessary)

  - Fixed broken POD in Games::Bingo::Print
   
  - Fixed [cpan #2552] README and INSTALL have too long lines, hard
    wrapped at 72

  - Fixed [cpan #2553] Information on bug-reporting included in the
    README
  
  - Added descriptions to all POD NAME sections
  
  - Removed all prototypes
  
  - Added references to programs in bin/
  
  - Added more material to SYNOPSIS sections
  
0.03 Released 14th. of May 2003 (no update necessary)

  - Cleaned up all the POD (no warnings)
  
  - Update READ me with bin/* files, CamelBones Application 

  - Added docs to the bin/* files.

0.04 Released 16th. of May 2003 (no update necessary)

  - Fixed the NAME section in Games::Bingo::Print, this should clear out
    the last bug

  - Encapsulated the random function.
  
  - Add possibility of providing a complete array of Columns to the
    constructor in Games::Bingo::ColumnCollection.
  
  - Add an assertion to the get_column method in
    Games::Bingo::ColumnCollection so illegal numbers issue a warning.
    
  - Add assertion to the remove_column method in
    Games::Bingo::ColumnCollection so illegal numbers issue a warning.
    
  - Improved constructor in Games::Bingo so use of init can be avoided,
    backwards compability is preserved (for now)
  
  - bin/bingo.pl changed to use of constructor with ceiling parameter
    (the new way)
  
  - Included the rules of the game of bingo in the README