From 569727d6e2800b9a6cfb1e5e96caa289e008c4fa Mon Sep 17 00:00:00 2001 From: Marco Rossignoli Date: Sat, 9 Jan 2021 18:55:33 +0100 Subject: [PATCH] improve docs --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 76519e9b8..db415e7d5 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ Coverlet is a cross platform code coverage framework for .NET, with support for line, branch and method coverage. It works with .NET Framework on Windows and .NET Core on all supported platforms. +**Coverlet documentation reflect the current repository state of the features, not the released ones.** +**Check the [changelog](Documentation/Changelog.md) to understand if the documented feature you want to use has been officially released.** + # Main contents * [QuickStart](#Quick-Start) * [How It Works](#How-It-Works)