==================
Features added
--------------
* GH180: Separate option ``inline_style`` for Cleaner that only removes ``style``
attributes instead of all styles. Patch by Christian Pedersen.
* GH196: Windows build support for Python 3.5. Contribution by Maximilian Hils.
Bugs fixed
----------
* GH199: Exclude ``file`` fields from ``FormElement.form_values`` (as browsers do).
Patch by Tomas Divis.
* GH198, LP1568167: Try to provide base URL from ``Resolver.resolve_string()``.
Patch by Michael van Tellingen.
* GH191: More accurate float serialisation in ``objectify.FloatElement``.
Patch by Holger Joukl.
* LP1551797: Repair XSLT error logging. Patch by Marcus Brinkmann.