From bb7a084006a711fecd8557e8cc76a1e9a0301a62 Mon Sep 17 00:00:00 2001 From: Patrick Weygand Date: Sun, 18 Aug 2019 17:17:30 -0700 Subject: [PATCH] fix formatting for 4.1.0 --- CHANGELOG.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a3d663f..8b5a5cf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,17 @@ # master +Nothing yet # 4.1.0 Add a pretty print option to `toString(false)` pass true pretty print Add an xmlparser that will output a config that would generate that same file -cli: - use --parser to output the complete config --line-separated to print out line - separated config compatible with the --json input option for cli -lib: import parseSitemap and pass it a stream + + cli: + use --parser to output the complete config --line-separated to print out line + separated config compatible with the --json input option for cli + + lib: import parseSitemap and pass it a stream # 4.0.2 Fix npx script error - needs the shebang