=================
- Added support for OPTIMIZE table statement.
- All statements will respond with an affected rows count now.
- Added a configuration file that stores default values for Crash. The file is
placed inside the user's application config folder.
A path to a custom configuration file can be specified using the ``--config``
command line argument.
- Dropped Python 2.6 support
- Added support for client certificates
- It is now possible to disable autocompletion using ``--no-autocomplete``
command line argument and to toggle autocomplete using the ``\autocomplete``
crash command.