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