------------------
New features:
- 64-bit integers are the now the default for int type fields (562, 564).
- 'http', 's3', 'zip+http', and 'zip+s3' URI schemes for datasets are now
supported (425, 426).
- We've added a ``MemoryFile`` class which supports formatted in-memory
feature collections (501).
- Added support for GDAL 2.x boolean field sub-type (531).
- A new ``fio rm`` command makes it possible to cleanly remove multi-file
datasets (538).
- The geometry type in a feature collection is more flexible. We can now
specify not only a single geometry type, but a sequence of permissible types,
or "Any" to permit any geometry type (539).
- Support for GDAL 2.2+ null fields has been added (554).
- The new ``gdal_open_vector()`` function of our internal API provides much
improved error handling (557).
Bug fixes:
- The bug involving OrderedDict import on Python 2.7 has been fixed (533).
- An ``AttributeError`` raised when the ``--bbox`` option of fio-cat is used
with more than one input file has been fixed (543, 544).
- Obsolete and derelict fiona.tool module has been removed.
- Revert the change in 0a2bc7c that discards Z in geometry types when a
collection's schema is reported (541).
- Require six version 1.7 or higher (550).
- A regression related to "zip+s3" URIs has been fixed.
- Debian's GDAL data locations are now searched by default (583).