1234567891011121314151617181920212223242526272829303132333435
  1. Change log
  2. ==========
  3. Version 0.5 (2013-02-18)
  4. - Support read output from ``svn diff --log`` and ``hg log -p``
  5. - Streamline reading large patch set
  6. Version 0.4 (2013-02-16)
  7. - New option *-c WHEN* (*--color WHEN*) to support auto test
  8. - Auto regression test now on Travis
  9. Version 0.3 (2013-02-07)
  10. - Support compare two files (wrapper of diff)
  11. Version 0.2 (2013-02-06)
  12. - Move cdiff.py to top dir for better meta info management
  13. Version 0.1 (2013-02-05)
  14. - New --version option
  15. - setup.py now read version from source code
  16. Version 0.0.4 (2013-02-04)
  17. - Add CHANGES for history track and better versioning
  18. Version 0.0.3 (2013-02-04)
  19. - Publish on PyPI, supports read patch from file, pipe and diff output from
  20. revision tools (thanks to `Steven Myint <https://github.com/myint>`_)