CHANGES 543 B

123456789101112131415
  1. _ _ ____ _
  2. ___| | | | _ \| |
  3. / __| | | | |_) | |
  4. | (__| |_| | _ <| |___
  5. \___|\___/|_| \_\_____|
  6. Changelog
  7. This file no longer holds the changelog. Now you can generate it yourself
  8. like this:
  9. $ git log --pretty=fuller --no-color --date=short --decorate=full | \
  10. ./log2changes.pl
  11. The older, manually edited, changelog is found in git named CHANGES.0