Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Nov 7, 2019
1 parent e5d7bc1 commit 583cdf7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# v1.3.2 unreleased

## Fixed

- Warnings about keywords from Ruby 2.7 (flash-gordon)

## Added

- Pattern matching syntax was improved by implementing `#deconstruct_keys`. Now curly braces aren't necessary when the wrapped value is a Hash (flash-gordon)
Expand All @@ -8,7 +12,7 @@
in Success(code: 200...300) then :ok
end
```

## Internal

- Performance of do notation was improved for failing cases (1.2x to 1.3x on synthetic benchmarks) (flash-gordon)
Expand Down

0 comments on commit 583cdf7

Please sign in to comment.