mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
docs: update changelog
This commit is contained in:
parent
70614e8203
commit
5e20ba2efb
1 changed files with 13 additions and 0 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue