------------------
Bug fixes:
- Regression in handling of polygons with M values noted under version 1.8.5
below was in fact not fixed then (see new report 789), but is fixed in
version 1.8.7.
- Windows filenames containing "!" are now parsed correctly, fixing issue 742.
Upcoming changes:
- In version 1.9.0, the objects yielded when a Collection is iterated will be
mutable mappings but will no longer be instances of Python's dict. Version
1.9 is intended to be backwards compatible with 1.8 except where user code
tests `isinstance(feature, dict)`. In version 2.0 the new Feature, Geometry,
and Properties classes will become immutable mappings. See
https://github.com/Toblerity/fiona-rfc/blob/main/rfc/0001-fiona-2-0-changes.md
for more discussion of the upcoming changes for version 2.0.