Skip to content

Commit 55d044a

Browse files
Michael Meiermikedevnull
Michael Meier
authored andcommitted
add changelog
1 parent b703e99 commit 55d044a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
## 0.10.0 - 2018-11-30
4+
5+
### Added
6+
- Added helper function to access optional properties from elements, return a supplied default value if it hasn't been set
7+
- Add utility functions to (re-)calculate block format durations
8+
- Added `adm::ReaderOption` to select `AudioFormatExtended` node search mode
9+
10+
### Changed
11+
- Use `Catch2` instead of `Boost.Test` for unit testing
12+
- Refactored XmlParser tests to use separate files for test data
13+
- Improved search for `AudioFormatExtended` node when parsing XML
14+
15+
### Fixed
16+
- Documentation fixes and clarifications
17+
- Fixed visibility issues of some methods that prevented linking with the shared library
18+
19+
20+
## 0.9.0 - 2018-07-24
21+
22+
Initial release

0 commit comments

Comments
 (0)