^^^^^^^^^^^^^^^^^^
* Sometimes numeric (N) and float fields (F) are padded with
'*'. These are now stripped. (Reported by sgiangola and Matungos,
issue 10.)
* added ``char_decode_errors`` option which lets you choose how to
handle characters that can't be decoded. (Implemented by ZHU Enwei,
pull request 16.)
* added ``--char-decode-errors`` option to ``dbf2sqlite``.
* added ``dbfread.version_info``.