-------------------
* Changed API: Added a feature to increase the error correction level
if it fits. Disable this feature via ``boost_error=False``
(`16 <https://github.com/heuer/segno/issues/16>`_)
* Added ``--no-error-boost`` to the command line script to disable error
correction level incrementation (`17 <https://github.com/heuer/segno/issues/17>`_)
* Command line script: Internal changes and better test coverage
* Added tests for issue `18 <https://github.com/heuer/segno/issues/18>`_
* Added PBM (P1 and P4) serialization.
* Deprecated ``utils.matrix_with_border_iter``, use ``utils.matrix_iter``
* ``utils.matrix_with_border_iter`` will be removed in the next release
* API change: ``QRCode.matrix_iter(border)`` -> ``QRCode.matrix_iter(scale=1, border=None)``