From: Ian Jackson Date: Wed, 21 Jul 2021 20:45:34 +0000 (+0100) Subject: CHANGELOG: minor adjustments X-Git-Tag: otter-0.7.2~6 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=be91c725eab6ce8e81bf536087f91b25b5831cac;p=otter.git CHANGELOG: minor adjustments Signed-off-by: Ian Jackson --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 98ebbcf6..40284852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,7 @@ Bugfixes `PROTOCOL.md`, and implementation of the new scheme. - Principled client decisions about what to show the user - which things are errors, which things are to be rported as conflicts, and - generally what to put in the user-facing message log. + generally what to put in the user-facing message log. * Do not re-raise things during drag if the user explicitly lowered them with `b` (since the user grasped them). @@ -42,7 +42,7 @@ Bugfixes * Fix JS exception if user selected multiple pieces which used the same key for different purposes. (Even transiently, for example by selecting multiple hand repositories and claiming them all - you'd briefly have `C` - for claim for some, and `C` for unclaim for others.) + for claim for some, and `C` for unclaim for others, triggering the bug.) New features ------------