Version 3.0-1 (2014-09-05)
o now use Lahman::Master in playerInfo(), etc. to make CRAN happier

Version 3.0-0 (2014-07-20)
o Updated with data for the 2013 season
o Changes to reflect alterations in the 2013 schema:
  o HallOfFame$hofID is now HallOfFame$playerID
  o managerID is now playerID in all tables
  o Removed from Master: managerID, hofID, holtzID, lahmanID, lahman40ID, lahman45ID, nameNote, nameNick, and college
o The data files used by Label() have now been copied to R/sysdata.rda to make CRAN happier (rev 47)

Version 2.0-4 (2013-06-04)
o inst/scripts/readLahman.R now uses compression

Version 2.0-3 (2013-05-29)
o largest RData files are now compressed via R CMD build --resave-data

Version 2.0-2 (2013-05-23)
o Fixed problems with the Teams*.RData files not having been updated to the 2012 versions.
o The project for this package now has a web page at http://lahman.r-forge.r-project.org/

Version 2.0-1 (2013-04-18)
o Added Label() and data frames for variable labels
o Added more examples and plots to Salaries, Pitching, etc. from Dennis Murphy
o Master$bats, Master$throws made into factors
o Added some examples to Schools.Rd

Version 2.0-0 (2013-04-08)
o New major version, now reflecting the 2012 Lahman database.  Some deprecated or defunct
  tables were dropped.
o readLahman.R added to inst/scripts for documentation of how the data files were created.
  The scripts there can be used to simplify future updates.
o More examples added to various datasets

Version 1.0-10 (2012-10-04)
o Fixed deprecated warnings stemming from changes in ggplot2

Version 1.0-8 (2011-10-02)
o Added examples in HallOfFame.Rd
o Fixed definitions of BABIP and OBP in battingStats()
o Added examples in Manager.Rd

Version 1.0-7 (2011-09-27)
o Extended examples in Batting.Rd
o Initial release to CRAN

Version 1.0-6 (2011-09-26)
o Added battingStats() function to calculate BA and friends

Version 1.0-5 (2011-09-25)
o Added Authors@R in DESCRIPTION for R 2.14.x
o Fixed Appearances table
o Added demo/batting-summstats.R
o Added a few examples to various files
o Initial export to R-Forge
