Skip to content

Commit

Permalink
(changelog) v0.6.1: dialyzer unmatched_return warning fix
Browse files Browse the repository at this point in the history
connects #29
  • Loading branch information
the-mikedavis committed Feb 27, 2021
1 parent e84d74a commit 9386c62
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.6.1 - 2021-02-27

### Fixed

- Fixed dialyzer warnings arising from some code macro-injected by
`Slipstream.__using__/1`
- thanks [`@jjcarstens`](https://github.com/jjcarstens)!

## 0.6.0 - 2021-02-24

### Removed
Expand Down

0 comments on commit 9386c62

Please sign in to comment.