Amend changelog

[ci skip]
pull/141/head 0.11.0.0
Lennart Spitzner 2018-05-01 23:30:56 +02:00
parent a42bf2e03f
commit 8bda9827b8
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,8 @@
2) one or more specifications in the form of what brittany 2) one or more specifications in the form of what brittany
accepts in its config files for the layouting config accepts in its config files for the layouting config
(a one-line yaml document), e.g. "{ lconfig_cols: 50 }" (a one-line yaml document), e.g. "{ lconfig_cols: 50 }"
* Implement `IndentPolicyMultiple` (thanks to Bryan Richter @chreekat)
Restrict indentation amounts to `n * indentAmount`
* Implement `--obfuscate` that replaces non-keyword identifiers with random * Implement `--obfuscate` that replaces non-keyword identifiers with random
names names
* Do not write files unless there are changes (don't update modtime) * Do not write files unless there are changes (don't update modtime)
@ -42,6 +44,8 @@
- On default settings, allow single-line module header - On default settings, allow single-line module header
`module MyModule where` when no exports `module MyModule where` when no exports
- Fix one case of non-optimal layouting for if-then-else - Fix one case of non-optimal layouting for if-then-else
- Allow same-line let binding inside do-notation with
`IndentPolicyLeft/Multiple` and `indentAmount>=4`
## 0.10.0.0 -- March 2018 ## 0.10.0.0 -- March 2018