Skip to content

Commit

Permalink
(changelog): v0.6.1 Keyword.pop/3 compilation fix for ex 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Mar 8, 2021
1 parent 0a4ad8f commit a2e326a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ 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-03-08

### Fixed

- Replaced usages of `Keyword.pop!/2` with `Keyword.pop/3`
- This fixes compilation on Elixir 1.9

## 0.6.0 - 2021-03-03

### Added
Expand Down

0 comments on commit a2e326a

Please sign in to comment.