1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

docs: update changelog

This commit is contained in:
Kevin Amado 2022-02-19 13:38:07 -05:00
parent 83f84ffae5
commit 6a259da3d9

View file

@ -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