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

refactor: update changelog

This commit is contained in:
Kevin Amado 2022-02-28 16:58:10 -05:00
parent efd9f93698
commit 6d2b242989

View file

@ -55,6 +55,15 @@ Types of changes
+ ocamlformat # latest version
ocamlformat_0_11_0
```
- Inline comments support for `parenthesis` expressions:
```diff
- || (
- # Accept {} for tests that are unsupported
+ || ( # Accept {} for tests that are unsupported
isDerivation x
&& x ? meta.timeout
);
```
### Changed