-------------------
BREAKING CHANGES
~~~~~~~~~~~~~~~~
* **submit:** ``--reconcile-list`` option can no longer be passed several times. Please use comma-separated
single string instead (e.g. ``python -m universum submit -rl 'target1, target2'``)
* **analyzers:** ``universum.analyzers.svace`` support is deprecated until further notice
New features
~~~~~~~~~~~~
* **submit:** ``--commit-message`` and ``--reconcile-list`` now support passing required values via local file.
To use this feature, pass an absolute or relative file path starting with '' as a corresponding argument.
See :ref:`argument description <additional_commandssubmit>` for details
Bug fixes
~~~~~~~~~
* **analyzers:** ``'Namespace' object has no attribute 'file_names'`` error message
from :ref:`Uncrustify <code_reportuncrustify>` module fixed