From e75fa75e653e2ec7891e819d71a324794fcf7659 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 14 Nov 2020 12:56:13 -0800 Subject: [PATCH] Wording update on CHANGELOG.md [ci-skip] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47d5d596..66559df9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ - 🚨 Deprecate Python 3.6 🚨 [\#992](https://github.com/jrnl-org/jrnl/issues/992) - Add support for Python 3.9 [\#1017](https://github.com/jrnl-org/jrnl/issues/1017) - Implement arg parsing library [\#866](https://github.com/jrnl-org/jrnl/issues/866) -- --tags vs --export tags [\#814](https://github.com/jrnl-org/jrnl/issues/814) +- Rename `--export` to `--format` and `--export -o` to `--format --file` [\#814](https://github.com/jrnl-org/jrnl/issues/814) - Pull functionality out of util.py [\#737](https://github.com/jrnl-org/jrnl/issues/737) - Support -not for individual @tag in the command line [\#374](https://github.com/jrnl-org/jrnl/issues/374) - Add punctuation more commonly used in Asian languages \(ellipsis\) to sentence parsing [\#1044](https://github.com/jrnl-org/jrnl/pull/1044) ([felixonmars](https://github.com/felixonmars))