Skip to content

Commit

Permalink
CHANGELOG: add changelogs for release v3.0.2
Browse files Browse the repository at this point in the history
Change-Id: I2927a677f5dc2ee09de6b929522e137840d728b9
  • Loading branch information
volans- committed Jul 30, 2018
1 parent 5793b36 commit d1760d6
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
Cumin Changelog
---------------


`v3.0.2`_ (2018-07-30)
^^^^^^^^^^^^^^^^^^^^^^

Bug Fixes
"""""""""

* Fix the ``-o/--output`` option (bytes->str conversion) (`T200622`_):

* The migration to Python3 left the ``-o/--output`` option of the CLI with some decoding issue from bytes to string.
* Uniforming all calls to ``bytes.decode()`` not specifying the encoding as ``utf-8`` is the default in Python 3.
* Add integration tests for the ``-o/--output`` option.

* CLI: fix ``setup_logging()`` when called without path (`T188627`_):

* Fix the ``setup_logging()`` function when it's called with a filename without a path, in order to log directly
into the current directory. Thanks goes to aggro for reporting it.

* Fix debugging log message conversion. The Command.timeout can also be None in case is not set, converting it to
string instead of integer for the debug messages.

Miscellanea
"""""""""""

* Updated PyPI URLs to the new PyPI website

`v3.0.1`_ (2018-02-19)
^^^^^^^^^^^^^^^^^^^^^^

Expand Down Expand Up @@ -470,6 +496,8 @@ Bug Fixes
.. _`T179002`: https://phabricator.wikimedia.org/T179002
.. _`T182575`: https://phabricator.wikimedia.org/T182575
.. _`T187185`: https://phabricator.wikimedia.org/T187185
.. _`T188627`: https://phabricator.wikimedia.org/T188627
.. _`T200622`: https://phabricator.wikimedia.org/T200622

.. _`v0.0.1`: https://github.com/wikimedia/cumin/releases/tag/v0.0.1
.. _`v0.0.2`: https://github.com/wikimedia/cumin/releases/tag/v0.0.2
Expand All @@ -482,3 +510,4 @@ Bug Fixes
.. _`v2.0.0`: https://github.com/wikimedia/cumin/releases/tag/v2.0.0
.. _`v3.0.0`: https://github.com/wikimedia/cumin/releases/tag/v3.0.0
.. _`v3.0.1`: https://github.com/wikimedia/cumin/releases/tag/v3.0.1
.. _`v3.0.2`: https://github.com/wikimedia/cumin/releases/tag/v3.0.2

0 comments on commit d1760d6

Please sign in to comment.