Fix #12 An audio sample can be paused and a different one can be

played without a program crash
This commit is contained in:
Alessandro
2019-08-04 11:12:58 +02:00
parent 1db7f14a27
commit 7e897bbb82
2 changed files with 4 additions and 1 deletions

View File

@@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
The first release is [3.0.0] because this is actually the third major version (completely rewritten) of the software.
## [Unreleased]
### Fixed
- An audio sample can be paused and a different one can be played without a program crash ([#12](https://github.com/AresValley/Artemis/pull/12))
## [3.0.1] - 2019-8-1
### Added