diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ea439680..f4cfce6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,8 +16,8 @@ Most changes are breaking. ### Changed * The config file is no longer modified by `SAVE_CONFIG`. Instead the file - `/var/run/kutter/run.cfg` will contain the data which previously would be - placed at the end of `SAVE_CONFIG`. The `--runtime-config` (short: `-R`) + `/var/run/kutter/saved.cfg` will contain the data which previously would be + placed at the end of `SAVE_CONFIG`. The `--saved-config` (short: `-S`) option can be used to change the location. * The makefiles in `klippy/chelper` and `lib/hub-ctrl` are now used to build he respective `c_helper.so` and `hub-ctrl`. |