Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
avh4 committed Aug 9, 2019
1 parent 3b8a9e5 commit ab3627c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Release Notes/0.8.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ If you still need to work with Elm 0.18 code, you must make sure that either `el

## `exposing (..)`

The feature of automatically expanding `exposing (..)` in `module` lines has been removed,
The feature of automatically expanding `exposing (..)` in `module` lines has been removed.
While exposing everything in a module is an anti-pattern for production code,
it can be useful for rapid development sketches.
it can be useful for rapid development sketches when the interfaces of your modules are not important.

To replace the old expansion behavior, `elm-format` now allows `module` lines without an `exposing` clause. Such lines will have the `exposing` automatically generated using the same logic that was previously used to expand `exposing (..)`.

Expand Down

0 comments on commit ab3627c

Please sign in to comment.