From 2611733c46d748743fc3f3569b5a1fd3fdcfb235 Mon Sep 17 00:00:00 2001 From: Iavor Diatchki Date: Tue, 11 May 2021 09:35:32 -0700 Subject: [PATCH] Update CHANGES to document layout rule --- CHANGES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 4145a557..18e36fd4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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