1234567891011121314151617181920212223242526272829303132333435363738
  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. - New ``--log (-l)`` option to read revision control diff log (thanks to
  7. `Steven Myint <https://github.com/myint>`_)
  8. Version 0.4 (2013-02-16)
  9. - New option *-c WHEN* (*--color WHEN*) to support auto test
  10. - Auto regression test now on Travis
  11. Version 0.3 (2013-02-07)
  12. - Support compare two files (wrapper of diff)
  13. Version 0.2 (2013-02-06)
  14. - Move cdiff.py to top dir for better meta info management
  15. Version 0.1 (2013-02-05)
  16. - New --version option
  17. - setup.py now read version from source code
  18. Version 0.0.4 (2013-02-04)
  19. - Add CHANGES for history track and better versioning
  20. Version 0.0.3 (2013-02-04)
  21. - Publish on PyPI, supports read patch from file, pipe and diff output from
  22. revision tools (thanks to `Steven Myint <https://github.com/myint>`_)