diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2025-01-14 00:03:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-14 00:03:52 +0300 |
commit | bc3b7a2c1f4137f3879de6317f24171643c925c9 (patch) | |
tree | 5552634dbc02d8ddbbaf3064d88d5cc4594a772f /CHANGELOG.md | |
parent | 05368ea6a7061fa5e88b01d3e2982cbfd202f15a (diff) | |
download | r-alacritty-bc3b7a2c1f4137f3879de6317f24171643c925c9.tar.gz r-alacritty-bc3b7a2c1f4137f3879de6317f24171643c925c9.tar.bz2 r-alacritty-bc3b7a2c1f4137f3879de6317f24171643c925c9.zip |
Error when failed to create socket with --daemon
The daemon without socket is not that useful.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c8666916..d4835758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ Notable changes to the `alacritty_terminal` crate are documented in its ## 0.16.0-dev +### Changed + +- Error out when socket fails to create with `--daemon` + ## 0.15.0 ### Added |