v0.1.3 Fri Nov  7 16:41:15 EST 2008
- Fixed bug in worldcat.request.search.CitationRequest
- added examples directory and get related works example code

v0.1.2 Fri Nov  7 09:06:20 EST 2008
- Switched to dual licensing under GPL and BSD for OCLC Hackathon (thanks to
  Thomas Dukleth for bringing this to my attention).

v0.1.1 Thu Nov  6 11:37:58 EST 2008
- Added LCCN support in worldcat.request.xid and other updates based upon
  http://worldcat.org/devnet/blog/2008/11/lccn_support_and_other_improve.html

v0.1.0 Thu Nov  6 01:05:50 EST 2008
- Added iterators to SRURequest and OpenSearchRequest in worldcat.request.search.
  These need testing, so please submit any feedback.
  
- Correcting, adding, and cleaning up docstrings

v0.0.6 Tue Sep 16 17:56:37 EDT 2008
- Fix in worldcat.util.extract.pymarc_extract where the XML handlers grew
  uncontrollably

v0.0.5 Mon Sep 15 17:34:02 EDT 2008
- Added worldcat.util.extract, which assists in extracting records from SRU
  requests. This module adds a dependency on Pymarc >= 1.2 because of
  worldcat.util.extract.pymarc_extract(). In addition, we may want to switch
  its use of StringIO to use an InputSource object instead.

- Added a Changes file :)

v0.0.4 Tue Aug 19 22:28 EDT 2008
- Initial public release