1
0
mirror of https://github.com/restic/restic.git synced 2024-06-26 07:49:01 +02:00

Add entry to changelog

This commit is contained in:
Alexander Neumann 2021-01-03 14:41:11 +01:00
parent 36db248e30
commit 7d665fa1f4

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