summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-11-25 22:49:19 +0000
committerGitHub <noreply@github.com>2020-11-26 01:49:19 +0300
commit07684281901b8d287221ade9b7c93a0f437a26f1 (patch)
tree3da9515f8090904f2777955bfeed5cdd077d5c37 /CHANGELOG.md
parent26479bb9f5c42e3294204c2923a67f3185dd061c (diff)
Remove redundant CLI flags
This removes some of Alacritty's CLI flags since the same functionality is provided by the '--option' flag now. The removed flags are: * '--persistent-logging' * '--live-config-reload' * '--no-live-config-reload' * '--dimensions' * '--position' Fixes #4246.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 799af26f..bce81fe1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Wide characters sometimes being cut off
- Preserve vi mode across terminal `reset`
+### Removed
+
+- The following CLI arguments have been removed in favor of the `--option` flag:
+ * `--persistent-logging`
+ * `--live-config-reload`
+ * `--no-live-config-reload`
+ * `--dimensions`
+ * `--position`
+
## 0.6.0
### Packaging