Skip to content

Commit

Permalink
📝 Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
thara committed Feb 28, 2020
1 parent d6736b9 commit e398eff
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support error callbacks in `OutStream`
- Test other platforms except macOS

## [0.3.0] - 2020-02-28
## [0.3.1] - 2020-02-28

### Added
- Support underflow callbacks in `OutStream`
- Support `soundio_instream_destroy`
Expand All @@ -30,6 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support `soundio_ring_buffer_advance_write_ptr`
- Support `soundio_ring_buffer_advance_read_ptr`

## [0.3.0] - 2020-02-28 [YANKED]

## [0.2.0] - 2020-01-25
### Added
- Support `soundio_connect_backend`
Expand Down Expand Up @@ -59,6 +62,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Sine demo

[Unreleased]: https://github.com/thara/SoundIO/compare/v0.1.0...HEAD
[0.3.0]: https://github.com/thara/SoundIO/releases/compare/v0.1.0...v0.3.0
[0.3.1]: https://github.com/thara/SoundIO/releases/compare/v0.1.0...v0.3.0
[0.2.0]: https://github.com/thara/SoundIO/releases/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/thara/SoundIO/releases/tag/v0.1.0

0 comments on commit e398eff

Please sign in to comment.