-------------------------------
.. _yaml4rst v0.1.6: https://github.com/ypid/yaml4rst/compare/v0.1.5...v0.1.6
Added
~~~~~
- Only write output file in ``--in-place`` mode when the input and generated
output actually differ to save write cycles :) [ypid_]
Fixed
~~~~~
- Fix YAML block detection and make it more robust. Previously, when the
indention of YAML block content changed from one line to the next, it might
not be recognized as YAML block leading to wrong YAML comment inclusion which
became part of the YAML block string. [ypid_]