0.0.9 - 20 April 2008

  - Added support for connecting via ssl
  - If no databases are specified, mysqldoc will now generate docs for all databases on the specified instance (excluding mysql and information_schema databases)
  - Instead of defaulting the user to root, in defaults to the user running the script
  - Short command line options are now accepted
  - Began prepping the code base for 0.1.0

0.0.8 - 23 February 2008

  - Added the --socket command line option
  - Changed &getPass to print to STDOUT so that the output can be redirected via the unix >
  - Fixed it so that columns always show up in the correct order
  - Added the --show-size command line option
  - Added the --no-show-size command line option

0.0.7 - 23 January 2008

  - Fixed some HTML and CSS issues
  - Added version information in the HTML footer
  - Columns now show enum and set values
  - Columns now show double and float arguments
  - Cleaned up the code a bit
  - Now supports multiple databases
  - Added the --show-udf command line option
  - Added the --show-udf-bodies command line option

0.0.6 - 30 December 2007

  - Added the --timestamp command line option
  - Added the --no-timestamp command line option
  - The --output option now recognizes upper and lower case arguments
  - Added maximum length [char(64) vs. char] to the standard output
  - Added download URL to the --version command line option
  - Added the --print-defaults command line option
  - Added the --show-triggers command line option
  - Added the --no-show-triggers command line option
  - Added the --show-trigger-body command line option
  - Added the --no-show-trigger-body command line option
  - Added some additional error handling

0.0.5 - 23 December 2007

  - Added XML support
  - Added the --show-indexes command line option
  - Added the --no-show-indexes command line option

0.0.4 - 19 December 2007

  - Added the --show-engines command line option
  - Added the --no-show-engines command line option
  - Added the --html-links command line option
  - Added the --no-html-links command line option
  - Now shows table types (BASE TABLE, VIEW, etc...)

0.0.3 - 17 December 2007

  - Added the --output=? command line option (valid options are HTML and PlainText)

0.0.2 - 16 December 2007

  - Added the --help command line option
  - Added the --file=? command line option
  - Added the --version command line option

0.0.1 - 13 December 2007

  - Initial Release

