From 5bc4e81400e48b6e6faf415f98a2b342a1e47ba4 Mon Sep 17 00:00:00 2001 From: Shon Feder Date: Mon, 4 Jul 2022 08:17:23 -0400 Subject: [PATCH] Fix formatting of changelog entries This is a followup to several PRs that added redundant bullet points to the change long entries. This change removes the redundant bullet points. --- .unreleased/features/1870.md | 2 +- .unreleased/features/1898.md | 2 +- .unreleased/features/remove-posttype.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.unreleased/features/1870.md b/.unreleased/features/1870.md index feddf0eca7..4230d5aaef 100644 --- a/.unreleased/features/1870.md +++ b/.unreleased/features/1870.md @@ -1 +1 @@ - - Support variants in the model checker with `--features=rows`, see #1870 +Support variants in the model checker with `--features=rows`, see #1870 diff --git a/.unreleased/features/1898.md b/.unreleased/features/1898.md index e2e5584324..2d2d9a3aa9 100644 --- a/.unreleased/features/1898.md +++ b/.unreleased/features/1898.md @@ -1 +1 @@ - - serialize variants to the ITF format, see #1898 +serialize variants to the ITF format, see #1898 diff --git a/.unreleased/features/remove-posttype.md b/.unreleased/features/remove-posttype.md index a9e37047e6..b43380a714 100644 --- a/.unreleased/features/remove-posttype.md +++ b/.unreleased/features/remove-posttype.md @@ -1 +1 @@ - - Replace PostTypeChecker pass with an additional predicate, see #1878 +Replace PostTypeChecker pass with an additional predicate, see #1878