Skip to content

Commit 2ccc937

Browse files
committed
Add changelog
1 parent d2033f0 commit 2ccc937

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
## 0.3.1-alpha
3+
4+
- BUG: Fixed formatting of the following code (in 0.3.0-alpha it would format to invalid syntax) [#179](https://github.com/avh4/elm-format/issues/179)
5+
6+
import Dict as D
7+
exposing
8+
( empty
9+
, fromList
10+
)
11+
12+
13+
## 0.3.0-alpha
14+
15+
See https://github.com/avh4/elm-format/releases/tag/0.3.0-alpha

0 commit comments

Comments
 (0)