Skip to content

Commit ab3627c

Browse files
committed
Update release notes
1 parent 3b8a9e5 commit ab3627c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Release Notes/0.8.2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ If you still need to work with Elm 0.18 code, you must make sure that either `el
99

1010
## `exposing (..)`
1111

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

1616
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 (..)`.
1717

0 commit comments

Comments
 (0)