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-04-05 15:19:28 -05:00
parent 727379f09c
commit c5dc957d38
2 changed files with 24 additions and 1 deletions

View file

@ -17,6 +17,26 @@ Types of changes
- Security in case of vulnerabilities.
-->
## [1.2.0] - 2022-04-05
### Added
- A new i686-linux system to the flake.
- `apps.${system}.default` to the Flake
so that newer versions of Nix
understand this instead of `defaultApp.${system}`.
### Fixed
- A typo in the documentation where `aarch64-linux` appeared twice
and `aarch64-darwin` didn't.
### Security
- New CVEs were discovered in the third party dependencies of our website:
https://kamadorueda.github.io/alejandra/
and so we updated those front-end dependencies to their latest version.
## [1.1.0] - 2022-03-10
### Added