-------------
**2020-03-23**
* First release for CF-1.8 (does not include netCDF hierarchical
groups functionality).
* Implementation of simple geometries for CF-1.8
(https://github.com/NCAS-CMS/cfdm/issues/11).
* Implementing of string data-types for CF-1.8
(https://github.com/NCAS-CMS/cfdm/issues/12).
* New function: `cfdm.example_field`
(https://github.com/NCAS-CMS/cfdm/issues/18)
* New attributes: `cfdm.Field.dtype`, `cfdm.Field.ndim`,
`cfdm.Field.shape`, `cfdm.Field.size`
* New method: `cfdm.Data.any`
* New ``paths`` keyword parameter to `cfdm.environment`
* Changed dependency: ``netCDF4>=1.5.3``
* Changed dependency: ``cftime>=1.1.1``
* Fixed bug that prevented the writing of ``'NETCDF3_64BIT_OFFSET'``
and ``'NETCDF3_64BIT_DATA'`` format files
(https://github.com/NCAS-CMS/cfdm/issues/9).
* Fixed bug that caused a failure when a "_FillValue" or
"missing_value" property is set and data type conversions are
specified with the ``datatype`` keyword to `cfdm.write`
(https://github.com/NCAS-CMS/cfdm/issues/16).
* Fixed bug whereby `cfdm.Field.has_construct` would try to delete the
construct rather than check whether it existed.
----