CHANGELOG.adoc in fb2rb-0.1.1 vs CHANGELOG.adoc in fb2rb-0.2.0

- old
+ new

@@ -5,12 +5,18 @@ :uri-project: https://github.com/{slug} This document provides a high-level view of the changes to the {project-name} by release. For a detailed view of what has changed, refer to the {uri-project}/commits/master[commit history] on GitHub. +== 0.2.0 (2020-07-24) - @slonopotamus + +* Add support for reproducible builds +* Remove broken `FB2rb::Book.to_ios`. +Use `FB2rb::Book.write` instead. + == 0.1.1 (2020-07-23) - @slonopotamus -* Annonate field types +* Annotate field types * Fix serialization of `<publisher>` in `<document-info>` == 0.1.0 (2020-07-23) - @slonopotamus * Initial release