base64io-python/CHANGELOG.rst

28 lines
695 B
ReStructuredText

*********
Changelog
*********
1.0.3 -- 2018-12-10
===================
* Add support for strings on input for decoding to match functionality of :class:`base64.b64decode`.
`#21 <https://github.com/aws/base64io-python/issues/21>`_
`#23 <https://github.com/aws/base64io-python/pull/23>`_
`#24 <https://github.com/aws/base64io-python/pull/24>`_
1.0.2 -- 2018-08-01
===================
* Move the ``base64io-python`` repository from ``awslabs`` to ``aws``.
1.0.1 -- 2018-06-12
===================
* Fix minor compatibility issues with ``read()`` and ``__exit__()``
`#6 <https://github.com/aws/base64io-python/pull/6>`_
1.0.0 -- 2018-05-16
===================
* Initial public release