chiark / gitweb /
CHANGELOG: minor adjustments
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 21 Jul 2021 20:45:34 +0000 (21:45 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 21 Jul 2021 20:45:53 +0000 (21:45 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
CHANGELOG.md

index 98ebbcf60ab22a1e5c15b56bc72377ef44b69fca..402848521910ce6c0b1bd6714bb8ca76140df37c 100644 (file)
@@ -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
 ------------