Commit 55d044a 1 parent b703e99 commit 55d044a Copy full SHA for 55d044a
File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments