New features and important changes:
- Do not indent multiline string values (#54)
- Add
Plist::UnimplementedElementError
(#51)
- Add support for text inside
<![CDATA[ ... ]]>
(#49)
Housekeeping:
- Add Ruby 2.7 and 3.0 to CI (#55)
- add docker-compose for development (#47)
- Replace
require
with require_relative
(#52)