Important changes
path_utils,collection,refarrayandbasicobjectswere merged into theini_configlibrary.refarray's API is still exposed (viaini_configlib) intentionally as it's used byini_configpublic API. API of other libs and parts ofini_configAPI (including previously deprecated interfaceini_config.h) were made private. This change makes API/ABI backward incompatible (libini_config.soversion was bumped to 8.0.0) and thus requires a rebuild of all dependent packages (#34).
Other changes
- collection: Fix typo of 'debuging'. by @jas4711 in #25
- Update README to add dependencies by @gdonval in #27
- Fix some commentary/log message spellos related to access_check by @jengelh in #28
New contributors
- @jas4711 made their first contribution in #25
- @gdonval made their first contribution in #27
- @jengelh made their first contribution in #28
Full Changelog: 0.6.2...0.7.0