From 0bfbb92ba853b34856ece0f1d20b33daa7f5f1f0 Mon Sep 17 00:00:00 2001 From: Martin Tournoij Date: Mon, 2 Aug 2021 16:14:56 +0800 Subject: [PATCH] Add mention of changelog in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e91a190c..64410cf7 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ Compatible with TOML version [v1.0.0](https://toml.io/en/v1.0.0). Documentation: https://godocs.io/github.com/BurntSushi/toml +See the [releases page](https://github.com/BurntSushi/toml/releases) for a +changelog; this information is also in the git tag annotations (e.g. `git show +v0.4.0`). + This library requires Go 1.13 or newer; install it with: $ go get github.com/BurntSushi/toml