-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b703e99
commit 55d044a
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Changelog | ||
|
||
## 0.10.0 - 2018-11-30 | ||
|
||
### Added | ||
- Added helper function to access optional properties from elements, return a supplied default value if it hasn't been set | ||
- Add utility functions to (re-)calculate block format durations | ||
- Added `adm::ReaderOption` to select `AudioFormatExtended` node search mode | ||
|
||
### Changed | ||
- Use `Catch2` instead of `Boost.Test` for unit testing | ||
- Refactored XmlParser tests to use separate files for test data | ||
- Improved search for `AudioFormatExtended` node when parsing XML | ||
|
||
### Fixed | ||
- Documentation fixes and clarifications | ||
- Fixed visibility issues of some methods that prevented linking with the shared library | ||
|
||
|
||
## 0.9.0 - 2018-07-24 | ||
|
||
Initial release |