diff --git a/README.md b/README.md index e61e3f4..7a80270 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ The purpose of `ets` is similar to that of moreutils [`ts(1)`](https://manpages. - [Installation](#installation) - [Usage](#usage) - [Comparison to moreutils ts](#comparison-to-moreutils-ts) +- [Changelog](#changelog) - [License](#license) @@ -392,6 +393,10 @@ Disadvantages: - Does not support the `-r` mode of ts. It's a largely unrelated mode of operation and I couldn't even get `ts -r` to work anywhere, maybe because optional dependencies aren't satisfied, or maybe I misunderstood the feature altogether. Anyway, not interested. - Supports fewer formatting directives. Let me know if this is actually an issue, it could be fixable. +## Changelog + +See [here](./CHANGELOG.md). + ## License Copyright © 2020 Zhiming Wang