base64io-python/CHANGELOG.rst

28 lines
695 B
ReStructuredText
Raw Permalink Normal View History

2018-03-23 21:20:24 +00:00
*********
Changelog
*********
1.0.3 -- 2018-12-10
2018-11-03 00:54:31 +00:00
===================
* 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``.
2018-06-12 01:23:33 +00:00
1.0.1 -- 2018-06-12
===================
* Fix minor compatibility issues with ``read()`` and ``__exit__()``
`#6 <https://github.com/aws/base64io-python/pull/6>`_
2018-06-12 01:23:33 +00:00
1.0.0 -- 2018-05-16
===================
2018-03-23 21:20:24 +00:00
* Initial public release