From ced87797e76fa8d7eab7cfd699b5b4169d63a389 Mon Sep 17 00:00:00 2001 From: mihaiconstantin Date: Fri, 22 Jul 2022 11:26:53 +0200 Subject: [PATCH] Docs: fix typo in `NEWS` heading --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index a1c5e9c..f6f4dfb 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,7 +4,7 @@ is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## 1.8.2 - 2022-07-22 -## Fixed +### Fixed - Remove square brackets from version numbers in `NEWS.md` to allow CRAN to parse the version information.