----------------------------
- Improved interaction between spinner & verbose log outputs: The spinner until
now didn't end each string of output with a carriage return because then the
text cursor would jump to the start of the screen line and disturb the
spinner, however verbose log output and the spinner don't interact well
because of this, so I've decided to hide the text cursor while the spinner is
active.
- Added another example to the documentation of ``parse_date()``.
.. _Release 1.17: https://github.com/xolox/python-humanfriendly/compare/1.16...1.17