Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov authored Nov 27, 2021
1 parent bbacdbc commit 42b64e9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [v0.3.1] - 2021-11-27

- Add interface for changing ggwave's internal logging ([#52](https://github.com/ggerganov/ggwave/pull/52), [#55](https://github.com/ggerganov/ggwave/pull/55))
- Fix out-of-bounds access in `ggwave_decode` ([#53](https://github.com/ggerganov/ggwave/pull/53))
- Add C interface for selecting Rx protocols ([#60](https://github.com/ggerganov/ggwave/pull/60))

## [v0.3.0] - 2021-07-03

- Resampling fixes
Expand All @@ -18,6 +24,7 @@
- Reed-Solomon based ECC
- Ultrasound support

[unreleased]: https://github.com/ggerganov/ggwave/compare/ggwave-v0.3.0...HEAD
[unreleased]: https://github.com/ggerganov/ggwave/compare/ggwave-v0.3.1...HEAD
[v0.3.1]: https://github.com/ggerganov/ggwave/releases/tag/ggwave-v0.3.1
[v0.3.0]: https://github.com/ggerganov/ggwave/releases/tag/ggwave-v0.3.0
[v0.2.0]: https://github.com/ggerganov/ggwave/releases/tag/ggwave-v0.2.0

0 comments on commit 42b64e9

Please sign in to comment.