CHANGES 682B

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