Skip to content

Commit 3b18bfe

Browse files
committed
Release 0.3.2.0
1 parent 01db7a7 commit 3b18bfe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog for elm-syntax
22

3+
## 0.3.2.0
4+
5+
- The `Monad` instance for `Expression` has been redefined, leading to considerably faster performance. (see [#4](https://github.com/folq/elm-syntax/pull/4))
6+
37
## 0.3.1.0
48

59
- Simplify record projections on known records

elm-syntax.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cabal-version: 1.12
77
-- hash: 7a5a97356a0303c135c29af83618eccb2a2d5844234020ab4cd4f38ee561609d
88

99
name: elm-syntax
10-
version: 0.3.1.0
10+
version: 0.3.2.0
1111
synopsis: Elm syntax and pretty-printing
1212
description: Please see the README on GitHub at <https://github.com/folq/elm-syntax#readme>
1313
category: Elm, Compiler, Language

0 commit comments

Comments
 (0)