doc: Polish changelog

This commit is contained in:
Leo R. Lundgren
2023-07-29 12:51:04 +02:00
committed by Michael Eischer
parent e998314088
commit 51e4e5ef82
22 changed files with 77 additions and 73 deletions
+1 -3
View File
@@ -2,8 +2,6 @@ Change: Require Go 1.20 for Solaris builds
Building restic on Solaris now requires Go 1.20, as the library used to access
Azure uses the mmap syscall, which is only available on Solaris starting from
Go 1.20.
All other platforms continue to build with Go 1.18.
Go 1.20. All other platforms however continue to build with Go 1.18.
https://github.com/restic/restic/pull/4201