From ff14488fc83d5999e868c8133bf748acff7e2a79 Mon Sep 17 00:00:00 2001 From: Benjamin Wang Date: Fri, 18 Nov 2022 14:56:24 +0800 Subject: [PATCH] added a changelog for gofail project Signed-off-by: Benjamin Wang --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0bc77ca --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +Note that we start to track changes starting from 2022. + +
+ +## v0.1.0 (TBD) + +- [Removed gofail-go failpoint](https://github.com/etcd-io/gofail/pull/30). +- [Enhanced the continuous integration pipeline](https://github.com/etcd-io/gofail/pull/24). +- [Added go.mod and set the module name as go.etcd.io/gofail](https://github.com/etcd-io/gofail/pull/21). +