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