diff --git a/changelog/unreleased/issue-4540 b/changelog/unreleased/issue-4540 index 5cac99b47..666bad59f 100644 --- a/changelog/unreleased/issue-4540 +++ b/changelog/unreleased/issue-4540 @@ -1,7 +1,7 @@ Bugfix: Restore ARMv5 support for ARM binaries The official release binaries for restic 0.16.1 were accidentally built to -require ARMv7. We have updated the build process to restore support for ARMv5. +require ARMv7. The build process is now updated to restore support for ARMv5. Please note that restic 0.17.0 will drop support for ARMv5 and require at least ARMv6. diff --git a/changelog/unreleased/pull-4545 b/changelog/unreleased/pull-4545 index d2f6e8ba2..fd510a1e2 100644 --- a/changelog/unreleased/pull-4545 +++ b/changelog/unreleased/pull-4545 @@ -1,8 +1,8 @@ -Bugfix: Repair documentation build on readthedocs +Bugfix: Repair documentation build on Read the Docs For restic 0.16.1, no documentation was available at https://restic.readthedocs.io/ . -We have updated the documentation build process to work again. +The documentation build process is now updated to work again. https://github.com/restic/restic/pull/4545