------------------
Features
~~~~~~~~
- Option for slower read speed (``slow=True`` for ``gTTS()``, ``--slow`` for
``gtts-cli``) (`40 <https://github.com/pndurette/gTTS/issues/40>`_, `#41
<https://github.com/pndurette/gTTS/issues/41>`_, `#64
<https://github.com/pndurette/gTTS/issues/64>`_, `#67
<https://github.com/pndurette/gTTS/issues/67>`_)
- System proxy settings are passed transparently to all http requests (`45
<https://github.com/pndurette/gTTS/issues/45>`_, `#68
<https://github.com/pndurette/gTTS/issues/68>`_)
- Silence SSL warnings from urllib3 (`69
<https://github.com/pndurette/gTTS/issues/69>`_)
Bugfixes
~~~~~~~~
- The text to read is now cut in proper chunks in Python 2 unicode. This
broke reading for many languages such as Russian.
- Disabled SSL verify on http requests to accommodate certain firewalls
and proxies.
- Better Python 2/3 support in general (`9 <https://github.com/pndurette/gTTS/issues/9>`_,
`48 <https://github.com/pndurette/gTTS/issues/48>`_, `#68
<https://github.com/pndurette/gTTS/issues/68>`_)
Deprecations and Removals
~~~~~~~~~~~~~~~~~~~~~~~~~
- 'pt-br' : 'Portuguese (Brazil)' (it was the same as 'pt' and not Brazilian)
(`69 <https://github.com/pndurette/gTTS/issues/69>`_)