Add dates to changelog entries

Automated with this script:

```bash
git tag -l | sed 's/^v//g' |
    xargs --replace bash -c 'sed -r -i "s/^({})$/\1 - $(git show --format=%ad --date=short --no-patch v{})/g" CHANGELOG.md'
sed -r -i 's/^(=+)$/\1=============/g' CHANGELOG.md
                     # - 2019-01-01
```

Thanks @hynek for the suggestion
This commit is contained in:
Anthony Sottile
2019-05-04 08:43:11 -07:00
parent c65dd3ea3a
commit f72a82359c

File diff suppressed because it is too large Load Diff