-------------
* Added new keyword argument ``fetch_wchar_as_char`` to ``make_options()``.
If set to ``True``, wide character types (``NVARCHAR``) are fetched and
decoded as narrow character types for compatibility with certain
databases/drivers (thanks yaxxie).
* Added batched fetch support for Arrow as ``fetcharrowbatches()``
(thanks mariusvniekerk).
* Support (u)int8, (u)int16, (u)int32 Arrow columns on
``executemanycolumns()`` (thanks xhochy).