2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-28 22:50:48 +00:00

add changelog for missing documentation

This commit is contained in:
Michael Eischer 2023-10-28 20:25:24 +02:00
parent 4be45de1c2
commit d863234e3e

View File

@ -0,0 +1,8 @@
Bugfix: Repair documentation build on readthedocs
For restic 0.16.1, no documentation was available at
https://restic.readthedocs.io/ .
We have updated the documentation build process to work again.
https://github.com/restic/restic/pull/4545