From 729e4329ccd3e7b5149fd6d9e03f83b45551f4e5 Mon Sep 17 00:00:00 2001 From: John Gee Date: Tue, 11 Feb 2020 22:59:19 +1300 Subject: [PATCH] Prefix items consistently with past usage --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cc418d5c..c00e4221e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,11 +11,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added -- suggest help option along with unknown command error ([#1179]) +* suggest help option along with unknown command error ([#1179]) ### Changed -- TypeScript fluent return types changed to be more subclass friendly, return `this` rather than `Command` ([#1180]) +* TypeScript fluent return types changed to be more subclass friendly, return `this` rather than `Command` ([#1180]) ## [5.0.0-1] (2020-02-08)