0.001
  Initial release
0.002
  Modified Build.PL and Makefile.PL to ask if simbadc is to be installed.
  Modified vo tests to follow change of VOTable coordinate format
    to sexagesimal about SIMBAD4 1.005 January 26 2007.
  Corrected Astro::SIMBAD::Client documentation.
  Corrected simbadc documentation.
0.003
  Have Makefile.PL generate LICENSE tag if supported by the version of
    ExtUtils::MakeMaker in use.
  Make Astro::SIMBAD::Client work with SOAP::Lite 0.55, which is what
    ships with ActivePerl.
0.004
  Explicitly load URI::Escape.
  Add HTML::Entities and URI::Escape as required by this class.
0.005
  Fall back to uri_escape if uri_escape_utf8 is not available.
0.006
  Use XML::DoubleEncodedEntities to deal with occasional double
    encoding of VOTable data.
0.007
  Change FORMAT_VO_BASIC to return decimal degrees for right ascension
    and declination. This was always the intent, but could not be tested
    until 'vo' web service queries started working.
  Document change in status of web service 'vo' queries.
0.008
  Add release() method, to return SIMBAD release number.
0.009
  Add 'post' attribute.
  Mark url_query VOTable tests todo, since they stopped working
    15-Oct-2007. Document this under 'NOTICES' in the code.
  Clean up the POD tests.
  Remove shebang lines where not warranted.
0.010
  Specify minimum Perl version of 5.006 in Build.PL and Makefile.PL.
  Change url_query VOTable tests from todo back to test, since they
    now work as of 18-Oct-2007.
  Corrected the code used to escape URLs in the centralized requester
    (use URL::Escape, not HTML::Entities).