From e41ca0fdec9885476b0bd909ddf831566f0743e2 Mon Sep 17 00:00:00 2001 From: ian Date: Wed, 12 Dec 2018 15:20:11 +0800 Subject: [PATCH] doc: add link to CHANGELOG in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f89912de10..d355be000d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Nervos CKB is released under the terms of the MIT license. See [COPYING](COPYING This project is still in development, and it's NOT in production-ready status. The wiki also lists some [known issues](https://github.com/nervosnetwork/ckb/wiki/Known-Issues) that we are currently working on. -The `master` branch is regularly built and tested, however, it is not guaranteed to be completely stable; The `develop` branch is the work branch to merge new features, and it's not stable. +The `master` branch is regularly built and tested, however, it is not guaranteed to be completely stable; The `develop` branch is the work branch to merge new features, and it's not stable. The CHANGELOG is available in [Releases](https://github.com/nervosnetwork/ckb/releases) and [CHANGELOG.md](https://github.com/nervosnetwork/ckb/blob/master/CHANGELOG.md) in the `master` branch. The contribution workflow is described in [CONTRIBUTING.md](CONTRIBUTING.md), and security policy is described in [SECURITY.md](SECURITY.md). To propose new protocol or standard for Nervos, see [Nervos RFC](https://github.com/nervosnetwork/rfcs).