We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 551168c + adba1a8 commit 6430924Copy full SHA for 6430924
CHANGELOG
@@ -2,6 +2,11 @@
2
ChangeLog
3
*********
4
5
+0.25.8 (2018-05-25)
6
+===================
7
+- Fix: Render paletted pngs by converting them to RGB before saving as jpeg.
8
+- Code: Fix flake errors unrelated to this hotfix that were causing CI failures.
9
+
10
0.25.7 (2018-05-08)
11
===================
12
- Feature: Allow settings config variables from the environment via JSON strings. (thanks,
mfr/version.py
@@ -1 +1 @@
1
-__version__ = '0.25.7'
+__version__ = '0.25.8'
0 commit comments