From 7ae560dde0a5cfca40bba4ba8e80e4d0e315cdee Mon Sep 17 00:00:00 2001 From: Alexey Golub Date: Fri, 14 Sep 2018 00:36:31 +0300 Subject: [PATCH] Fix changelog --- Changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index ca6bafe..834e839 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,9 +1,9 @@ ### v2.7 (14-Sep-2018) - Updated instructions on how to obtain the user token. -- Expanded CLI with new commands: `channels` (get a list of channels in a guild), `dms` (get a list of DM channels), `guilds` (get a list of guilds), on top of `export` (export chatlog). +- Expanded CLI with new commands: `channels` (get a list of channels in a guild), `dm` (get a list of DM channels), `guilds` (get a list of guilds), on top of `export` (export chatlog). - Improved help text and error messages in CLI. -- In CLI, if the provided output file path is a directory, a file name will be generated and appended to it automatically. +- In CLI, the file name will be automatically generated if the provided output file path is a directory. ### v2.6 (25-Jul-2018)