---------------------
Features:
* [194](https://github.com/godaddy/tartufo/issues/194) - Half bugfix, half
feature. Now when an excluded signature in your config file is found as an
entropy match, tartufo will realize that and no longer report it as an issue.
* [5](https://github.com/godaddy/tartufo/issues/5) - Remove the dependency on
`truffleHogRegexes`. This enables us to take full control of the default set
of regex checks.
Bug fixes:
* [179](https://github.com/godaddy/tartufo/issues/179) - Iterate over commits
in topological order, instead of date order.