diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f5a49a..a792d9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ Procedure when bumping the version number: ## Unreleased +### Fixed +- Crash when window is too small while empty message editor is visible +- Mistakes in output and docs + ## v0.8.1 - 2024-01-11 ### Added @@ -25,9 +29,6 @@ Procedure when bumping the version number: ### Removed - Key binding to open present page -### Fixed -- Crash when window is too small while empty message editor is visible - ## v0.8.0 - 2024-01-04 ### Added diff --git a/cove-config/src/lib.rs b/cove-config/src/lib.rs index fc1e6af..76f56e1 100644 --- a/cove-config/src/lib.rs +++ b/cove-config/src/lib.rs @@ -58,7 +58,7 @@ pub struct Config { /// might also flash when encountering new characters (or, more accurately, /// graphemes). /// - /// See also the `--measure-graphemes` command line option. + /// See also the `--measure-widths` command line option. #[serde(default)] pub measure_widths: bool,