------------------- * Fixed typos and internal changes to support Py 3 more prominent
0.2.0
------------------- * Support for PyQRCode's qrcode.xbm() method which returns the QR Code as XBM image (requires Segno >= 0.2.4). * Support for python-qrcode data optimization. * Better test coverage * Tests against Python 3.6 (tested against PyPy, Py 2.6, 2.7, 3.4, 3.6)
0.1.9
------------------- * Added ``install_as_qrcode`` and ``install_as_pyqrcode`` which may be useful if qrcode or PyQRCode is used and should be replaced by Segno without code changes. * Fixed Python packaging.
0.1.8
------------------- * Disable automatic error incrementation (Segno >= 0.1.7) (neither PyQRCode nor qrcode support it)
0.1.7
------------------- * Adapt Segno's 0.1.6 API changes
0.1.6
------------------- * Internal code changes * qrcode: Image could not be saved in another output format using the "format" or "kind" parameter. Fixed.