From dcebf666fb90c11930948ce1ba01e079881e1a2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20G=C3=B6tz?= Date: Thu, 31 Aug 2023 23:12:12 +0200 Subject: [PATCH] Link v3-v4 migration notes in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9eda42b..c4e2dfc 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ See also section [Tracking the pegomock tool in your project](#tracking-the-pego For migration from Pegomock v1/v2 to v3, see [Migration notes in v3 release description](https://github.com/petergtz/pegomock/releases/tag/v3.0.0). +For migration from Pegomock v3 to v4, see [Migration notes in v4 release description](https://github.com/petergtz/pegomock/releases/tag/v4.0.0). + Getting Started ===============