We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b703e99 commit 55d044aCopy full SHA for 55d044a
CHANGELOG.md
@@ -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