From 6a259da3d9512b9e9a9976ecaca3a7450d6237ad Mon Sep 17 00:00:00 2001 From: Kevin Amado Date: Sat, 19 Feb 2022 13:38:07 -0500 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af16a29..30d3a01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,19 @@ Types of changes - Security in case of vulnerabilities. --> +### Added + +- Prebuilt binaries for armv6l-linux, armv7l-linux, i686-linux. + +### Changed + +- Native aarch64-linux now use GNU libc instead of musl, + this makes the binary run faster on multi-threaded hardware. + +### Fixed + +- All prebuilt binaries are now fully statically linked. + ## [0.3.0] - 2022-02-18 ### Changed