===== - New: ``--log-group-prefix``, ``-p`` option to filter groups. - Fix: Remove extra newline after each line.
0.7.0
===== - Improve documentation (Thanks Pietro Di Bello) - Make it possible to use timezoned timestamps as input for ``-start`` and ``-end`` (Thanks Samuel Cochran) - New: ``--query`` will now accept a JMESPath query which will filter the response data (Thanks Samuel Cochran)
0.6.0
===== - Add wheels support (Thanks Thomas Grainger) - Improve core removing threading (Thanks Thomas Grainger) - Fix output when several newlines are present at the end onf the log line 73 (Thanks Charlie Chrisman)
0.5.0
===== - Start using tox (Thanks Jan Vlčinský) - If streams are filtered, and none are found, awslogs will complain 52 (Thanks Nathan Leiby) - Add shortcuts to --filter-pattern and --watch (Thanks spenthil) - Add python 3.5 support 70 (Thanks adamchainz) - Flush message output to stdout 67 (Thanks spenthil)
0.4.0
===== * Fix utf-8 issues * Add ``-S`` as shorthand for ``--no-stream`` and ``-G`` as shorthand for ``--no-group``. Thanks Adam Chainz
0.3.0
===== * Add ``--timestamp`` and ``--ingestion-time`` Thanks vlcinsky 36 * Fix help texts. Thanks Daniel Hahler 46 * Add flake8 to travis