Python 3.4-3.7 support;
[librarian.git] / CHANGELOG.md
1 # Change Log
2
3 This document records all notable changes to Librarian.
4
5 ## 1.7 (2019-02-27)
6
7 ### Added
8 - Python 3.4+ support, to existing Python 2.7 support.
9 - `coverter_path` argument in `mobi.transform`.
10 - Proper packaging info.
11 - This changelog.
12 - Tox configuration for tests.
13
14 ### Changed
15 - `from_bytes` methods replaced all `from_string` methods,
16    i.e. on: OutputFile, WorkInfo, BookInfo, WLDocument, WLPicture.
17 - `get_bytes` replaced `get_string` on OutputFile.
18
19 ### Removed
20 - Shims for Python < 2.7.