* Thu Aug 26 2021 ssato - 0.2.0-1
- fix/change: follow changes in anyconfig
- change: drop py2 support
- change: remove Travis-CI configuration
- enhancement: [gha] parameterize platform
- enhancement: add a badge of Github Actions test status
- fix/change: switch to pytest from nose

* Fri May  1 2020 ssato - 0.1.7-1
- fix: merge fixes and enhancements of MANIFEST.in, setup.py and tox.ini from
  python-anyconfig-bson-backend

* Sun Apr 12 2020 ssato - 0.1.5-1
- fix: handle cases if 'edit' section ends without 'next' end marker correctly
- fix: skip test cases if those reference data are missing

* Sun Apr 12 2020 ssato - 0.1.4-1
- fix: make sure to yield the rest of configs even if the end marker ('next' for 'edit', 'end' for 'config')
- fix: add missing test case that configuration contains multi vdoms and edit section without next, and expected result
- fix: correct some test cases and test resource data

* Fri Apr 10 2020 ssato - 0.1.3-1
- fix: support parsing VDom and not-correctly-indented configurations

* Wed Mar 18 2020 ssato - 0.1.2-1
- fix: use collections.OrderedDict instead of dict to keep order of items

* Tue Mar 17 2020 ssato - 0.1.1-1
- fix: wrong runtime dependency
- fix: wrong class inheritance hierarchy
- fix: remove unused imports

* Mon Mar 16 2020 ssato - 0.1.0-1
- initial release
