From 8cac8f9f2d7876d8d035031da7874fa8cb7935c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 31 Mar 2021 11:04:59 +0300 Subject: [PATCH] Add missing reflinks to changelog See the guide: https://keepachangelog.com/en/1.0.0/ --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e7c191..6d9e5e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - GH Actions: run the tests against all supported PHP versions [#55](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/55) from [@jrfnl](https://github.com/jrfnl). - GH Actions: report CS violations in the PR [#55](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/55) from [@jrfnl](https://github.com/jrfnl). +[Unreleased]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/compare/v1.2.0...HEAD + ## [1.2.0] - 2020-04-04 ### Added @@ -56,3 +58,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Added info about installing like not a dependency. - Cleaned readme - new organization from previous package. - Added checklist for new version from [@szepeviktor](https://github.com/szepeviktor). + +[1.2.0]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/compare/v1.1.0...v1.2.0