0.1.0_1 Fri, Aug 31, 2007
    - Added "as_diff" to VCI::Abstract::Commit, and implemented it in all
      drivers. This allows you to get the actual changes done during
      the commit both as a raw diff from the VCS and as an object
      representing that diff.
    - Repository objects now fix "root" to end with a slash (if it doesn't
      already) on most VCSes, and fix it to *not* end with a slash on
      CVS.
    - Slightly improved debug output for Bzr.

0.0.2 Fri, Aug 31, 2007
    - Bzr's history and contents were broken.
    - Svn's history was broken.
    - Git driver had some debug code left in that was breaking history.

0.0.1 Tue, Aug 28, 2007
    - Support for CVS
    - Test::Warn was missing from build_requires
    - Cleaned up documentation
    - Committables now can never be created with just time and no revision.

0.0.0_1 Mon, Aug 27, 2007
    - Initial release, supporting Bzr, Svn, Hg, and Git