Add entry to changelog

This commit is contained in:
Alexander Neumann 2021-01-03 14:41:11 +01:00
parent 36db248e30
commit 7d665fa1f4
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
Enhancement: Add release binaries for MIPS architectures
We've added a few new architectures for Linux to the release binaries: `mips`,
`mipsle`, `mips64`, and `mip64le`. MIPS is mostly used for low-end embedded
systems.
https://github.com/restic/restic/issues/3191
https://github.com/restic/restic/pull/3208