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