-------------------
* Backwards incompatibility change: QRCode.show() uses "dark" instead of
"color" and "light" instead of "background" to define the color of
the dark / light modules
* Backwards incompatibility change: All ``segno.writers`` use "dark" instead of
"color" and "light" instead of "background". This does not affect normal users,
but only users of the low level API.
* Changed the keyword for setting the color of the dark modules from
"color" to "dark" and for setting the light modules from "background"
to "light"
The former keywords are still supported. Their usage will issue a
DeprecationWarning in the future.
* Added ``--dark`` and ``--light`` to the command line interface, see point
above. --color and ``--background`` are still supported.
* Fixed typos, improved documentation