From 32c26df50b38cff2e4d75c172f5fd497e91aa10b Mon Sep 17 00:00:00 2001 From: John Gee Date: Sat, 11 Jan 2020 13:34:21 +1300 Subject: [PATCH] Use consistent list character in markdown --- CHANGELOG.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fee0b1cd2..2da9391d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,22 +11,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added -- two routines to change how option values are handled, and eliminate name clashes with command properties ([#933] [#1102]) - - see storeOptionsAsProperties and passCommandToAction in README -- `.parseAsync` to use instead of `.parse` if supply async action handlers ([#806] [#1118]) +* two routines to change how option values are handled, and eliminate name clashes with command properties ([#933] [#1102]) + * see storeOptionsAsProperties and passCommandToAction in README +* `.parseAsync` to use instead of `.parse` if supply async action handlers ([#806] [#1118]) ### Fixed -- Remove trailing blanks from wrapped help text ([#1096]) +* Remove trailing blanks from wrapped help text ([#1096]) ### Changed -- update dependencies -- extend security coverage for Commander 2.x to 2020-02-03 -- improvements to README -- improvements to TypeScript definition documentation -- move old versions out of main CHANGELOG -- removed explicit use of `ts-node` in tests +* update dependencies +* extend security coverage for Commander 2.x to 2020-02-03 +* improvements to README +* improvements to TypeScript definition documentation +* move old versions out of main CHANGELOG +* removed explicit use of `ts-node` in tests ## [4.0.1] (2019-11-12)