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-18 16:42:27 -05:00
parent 70614e8203
commit 5e20ba2efb
No known key found for this signature in database
GPG key ID: FFF341057F503148

View file

@ -60,6 +60,19 @@ Types of changes
+ {pkgs, ...}:
```
- Pattern matching lambdas now follow the equal sign:
```diff
- fnLocationRelative =
- {
- name,
- value,
- }:
+ fnLocationRelative = {
+ name,
+ value,
+ }:
```
## [0.2.0] - 2022-02-17
### Added