Update CHANGES to document layout rule

This commit is contained in:
Iavor Diatchki 2021-05-11 09:35:32 -07:00
parent b6470cc89d
commit 2611733c46

View File

@ -1,3 +1,14 @@
# Next Release
## Language changes
* Updates to the layout rule. We simplified the specification and made
some minor changes, in particular:
- Paren blocks nested in a layout block need to respect the indentation
if the layout block
- We allow nested layout blocks to have the same indentation, which is
conveninet when writing `private` declarations as they don't need to
be indented as long as they are at the end of the file.
# 2.11.0
## Language changes