| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index c765bdb5c120967f36b88325fcef2f6ea7eac26c..0fe394772821efb17de24594367fc0566e594f12 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -3,6 +3,7 @@
|
| * Make it strong mode clean.
|
| * Put labels on their own line (#43).
|
| * Gracefully handle IO errors when failing to overwrite a file (#473).
|
| +* Add a blank line after local functions, to match top level ones (#488).
|
| * Improve indentation in non-block-bodied control flow statements (#494).
|
| * Better indentation on very long return types (#503).
|
| * When calling from JS, guess at which error to show when the code cannot be
|
|
|